2023-01-13 16:29 | manpages: add -p | Nihal Jere | 2 | +5 | -0 |
2023-01-13 16:29 | waypaste: support primary clipboard | Nihal Jere | 1 | +33 | -14 |
2022-10-09 02:30 | When you have defined .c.o rule, you shouldn't override it. | Matěj Cepl | 1 | +0 | -2 |
2022-10-05 01:21 | add primary clipboard support with -p | Nihal Jere | 3 | +11 | -3 |
2022-10-04 13:07 | Take into account $CFLAGS if set. | Matěj Cepl | 1 | +1 | -1 |
2022-10-04 23:53 | make compatible with bmake | Nihal Jere | 1 | +6 | -6 |
2022-08-09 18:56 | Makefile: specify dependencies properly | Nihal Jere | 1 | +16 | -11 |
2022-08-09 18:29 | common: expose only what is necessary | Nihal Jere | 2 | +2 | -4 |
2022-08-09 18:21 | remove unused includes | Nihal Jere | 2 | +1 | -5 |
2022-08-05 01:10 | manpages: fix dates | Nihal Jere | 2 | +2 | -2 |
2022-08-01 18:44 | add manpages | Nihal Jere | 3 | +60 | -1 |
2022-07-03 03:00 | remove util.[ch] | Nihal Jere | 7 | +100 | -110 |
2022-07-03 02:42 | brace style | Nihal Jere | 2 | +6 | -8 |
2022-07-03 02:24 | add -h option | Nihal Jere | 3 | +12 | -4 |
2022-05-22 06:33 | assume UTF-8 in absence of an explicit mimetype | Nihal Jere | 1 | +1 | -1 |
2022-05-02 02:40 | waycopy: increase _POSIX_C_SOURCE to 200809L | Nihal Jere | 1 | +1 | -1 |
2022-05-01 16:35 | need _POSIX_C_SOURCE 2 for getopt to work | tleydxdy | 1 | +1 | -0 |
2022-04-19 18:02 | Revert "waycopy: close stdout immediately, since it is unused" | Nihal Jere | 1 | +0 | -1 |
2022-04-19 18:01 | assign initial options values at compile time | Nihal Jere | 4 | +4 | -12 |
2022-04-03 15:25 | style | Nihal Jere | 1 | +1 | -3 |
2022-04-02 16:30 | waypaste: only do an extra roundtrip if we need to retrieve seats | Nihal Jere | 1 | +2 | -1 |
2022-04-02 03:17 | Makefile: POSIXify | Nihal Jere | 2 | +3 | -0 |
2022-04-02 03:11 | make copyfd parameters immutable | Nihal Jere | 1 | +1 | -1 |
2022-03-18 04:18 | remove ampersand, since we now fork into background | Nihal Jere | 1 | +1 | -1 |
2022-03-15 03:46 | waycopy: only do extra display round trip when necessary | Nihal Jere | 1 | +2 | -1 |
2022-03-15 03:45 | waycopy: fork by default | Nihal Jere | 6 | +24 | -6 |
2022-03-01 01:43 | waycopy: close stdout immediately, since it is unused | Nihal Jere | 1 | +1 | -0 |
2022-02-27 21:57 | waycopy: handle longer read/writes properly | Nihal Jere | 2 | +6 | -7 |
2022-02-27 21:38 | Makefile: add EXE variable | Nihal Jere | 1 | +3 | -2 |
2022-02-24 19:01 | add LICENSE and README | Nihal Jere | 2 | +40 | -0 |
2022-02-24 18:55 | waycopy: unlink temp file immediately after creation | Nihal Jere | 1 | +2 | -1 |
2022-02-23 23:18 | Makefile: cleanup | Nihal Jere | 1 | +17 | -6 |
2022-02-23 23:02 | remove unused mimetype array | Nihal Jere | 1 | +0 | -3 |
2022-02-23 18:53 | extract common code into common.c | Nihal Jere | 5 | +79 | -113 |
2022-02-23 18:42 | util: copyfd: make variables more local, fix type | Nihal Jere | 1 | +5 | -5 |
2022-02-23 00:45 | add seat and mimetype parameters | Nihal Jere | 4 | +124 | -10 |
2022-02-22 18:39 | waypaste: man pipes local | Nihal Jere | 1 | +1 | -1 |
2022-02-22 15:55 | waycopy: replace copyfile with copyfd | Nihal Jere | 3 | +9 | -43 |
2022-02-22 06:12 | waycopy: add missing return | Nihal Jere | 1 | +1 | -0 |
2022-02-22 05:29 | add waypaste | Nihal Jere | 6 | +165 | -24 |
2022-02-22 01:39 | copy arbitrary data | Nihal Jere | 3 | +68 | -14 |
2022-02-21 17:57 | initial commit: paste a fixed string | Nihal Jere | 6 | +420 | -0 |