2023-10-31 15:35 | README: add warning about brokeness | Randy Palamar | 1 | +5 | -0 |
2023-03-07 19:53 | charsets.c: don't duplicate static global strs just store the ptr | Randy Palamar | 3 | +5 | -43 |
2023-03-07 18:13 | remove a couple unused variables | Randy Palamar | 2 | +0 | -5 |
2023-03-07 18:12 | don't pass uninitialized variable in file_func() | Randy Palamar | 1 | +1 | -1 |
2023-03-06 17:06 | store config files in the correct directory | Randy Palamar | 1 | +9 | -23 |
2022-12-05 14:23 | replace some single char strs with add_chr_to_str() | Randy Palamar | 4 | +31 | -31 |
2022-12-05 05:42 | add_to_str(): return new str length | Randy Palamar | 25 | +1069 | -1045 |
2022-12-02 05:23 | bfu.c: cleanup some useless variables | Randy Palamar | 1 | +18 | -37 |
2022-12-02 05:02 | view.c: cleanup a few small things | Randy Palamar | 1 | +7 | -21 |
2022-12-02 04:26 | cleanup some convert() calls | Randy Palamar | 10 | +35 | -58 |
2022-12-02 03:11 | links.h: remove term_charset(a) macro | Randy Palamar | 10 | +103 | -182 |
2022-12-02 02:45 | links.h: remove two more unneeded functions | Randy Palamar | 1 | +1 | -14 |
2022-11-30 14:54 | add_chr_to_str(): return new text length | Randy Palamar | 20 | +192 | -196 |
2022-11-30 06:15 | add_bytes_to_str(): return new text length | Randy Palamar | 10 | +50 | -53 |
2022-11-30 05:46 | string.c: always add extra byte to str | Randy Palamar | 1 | +1 | -5 |
2022-11-30 05:39 | links.h: remove init_str() function | Randy Palamar | 22 | +97 | -100 |
2022-11-29 14:35 | main.c: remove duplicate function | Randy Palamar | 1 | +2 | -18 |
2022-11-29 06:27 | string.c: rewrite add_bytes_to_str to use reallocarray | Randy Palamar | 3 | +20 | -25 |
2022-11-29 05:17 | move some functions out of links.h | Randy Palamar | 3 | +55 | -48 |
2022-11-29 04:49 | fix list_entry_1st formatting error | Randy Palamar | 12 | +77 | -42 |
2022-11-29 04:14 | add and apply .clang-format | Randy Palamar | 40 | +14546 | -8411 |
2022-11-26 04:53 | session.c: delete empty function | Randy Palamar | 2 | +0 | -9 |
2022-11-26 04:23 | move $(INCS) & $(CPPFLAGS) to .c.o target | Randy Palamar | 2 | +3 | -3 |
2022-11-26 04:14 | session.c: fix obvious use after free | Randy Palamar | 1 | +4 | -3 |
2021-08-27 00:17 | menu.c: remove os_shell menu option | Randy Palamar | 4 | +1 | -30 |
2021-08-26 23:54 | dns.c: remove useless switch statement | Randy Palamar | 1 | +4 | -5 |
2021-08-26 23:42 | connect.c: properly zero read_buffer and remove useless error check | Randy Palamar | 2 | +2 | -3 |
2021-08-26 23:35 | connect.c: delete unused code | Randy Palamar | 2 | +0 | -108 |
2021-08-26 23:23 | cleanup some casting spaghetti in dns.c and connect.c | Randy Palamar | 3 | +22 | -23 |
2021-08-26 23:13 | dns.c: remove useless do_queued_lookup() | Randy Palamar | 1 | +2 | -7 |
2021-08-26 23:09 | delete '-lookup' commandline option | Randy Palamar | 4 | +1 | -33 |
2021-08-26 22:52 | connect.c: remove commented code and reverse if in socket_and_bind() | Randy Palamar | 1 | +46 | -50 |
2021-08-26 22:41 | introduce config.def.h and use it to {dis,}enable ipv6 | Randy Palamar | 5 | +9 | -14 |
2021-08-26 22:31 | cleanup c_socket a bit and remove incorrect error checks | Randy Palamar | 3 | +20 | -19 |
2021-05-30 15:53 | cache.c: minor style fixes | Randy Palamar | 1 | +9 | -9 |
2020-08-09 04:02 | links.h: cleanup some defines | 0x766F6964 | 15 | +15 | -75 |
2020-08-09 03:40 | fix small bug introduced in d6fddd7 | 0x766F6964 | 2 | +3 | -3 |
2020-08-03 22:41 | os_dep.h: small clean up | 0x766F6964 | 1 | +0 | -16 |
2020-08-03 15:33 | delete some stuff that was missed during graphics removal | 0x766F6964 | 4 | +0 | -57 |
2020-08-03 15:22 | remove some dead assignments | 0x766F6964 | 6 | +2 | -10 |
2020-08-03 14:21 | setup.h: clean up some unused #defines | 0x766F6964 | 4 | +0 | -71 |
2020-08-03 04:30 | html.c: delete commented out fn | 0x766F6964 | 1 | +0 | -40 |
2020-08-03 04:27 | remove gf_val() and LL macros | 0x766F6964 | 12 | +183 | -186 |
2020-08-02 14:55 | remove #define F 0 line and related code | 0x766F6964 | 14 | +503 | -594 |
2020-07-17 22:23 | update README | 0x766F6964 | 2 | +25 | -25 |
2020-07-17 21:37 | menu.c: remove reinit_video() | 0x766F6964 | 1 | +0 | -3 |
2020-07-17 21:32 | links.h: remove GF(x) macro | 0x766F6964 | 3 | +0 | -7 |
2020-07-17 21:29 | bfu.c: remove dead {init,shutdown}_bfu() fns | 0x766F6964 | 3 | +0 | -8 |
2020-07-17 21:23 | remove img.c | 0x766F6964 | 5 | +0 | -30 |
2020-07-17 21:14 | remove graphics support | 0x766F6964 | 31 | +57 | -120771 |
| 263 more commits remaining, fetch the repository |