50 most recent check-ins occurring on or after 2020-01-19 15:37:44.
More ↑
2020-04-12
| ||
22:28 | utils: Properly translate plurals check-in: 9ee403e4fc user: js tags: trunk | |
22:09 | OFLocale: Switch to infix notation check-in: fe77fef5ec user: js tags: trunk | |
15:57 | OFLocale: Add . operator to check for real numbers check-in: f5dd9b7f73 user: js tags: trunk | |
15:39 | OFLocale: Add a stack machine for plurals check-in: 411b99fea8 user: js tags: trunk | |
12:55 | ofarc: Fix wrong indentation check-in: b186e992ae user: js tags: trunk | |
12:52 | Work around broken -Wdocumentation in Clang 10 check-in: d35b4e3a85 user: js tags: trunk | |
11:43 | Fix all Doxygen warnings check-in: 240eccca97 user: js tags: trunk | |
2020-04-11
| ||
23:10 | OFLocale: Support for translated plurals check-in: 7fa757534a user: js tags: trunk | |
19:31 | Make OFObject.h and OFString.h C-safe check-in: 6e7e19252b user: js tags: trunk | |
16:31 | OFHTTP*: Use -[asyncReadLine:] for chunk size check-in: ba4a65d397 user: js tags: trunk | |
2020-04-05
| ||
14:22 | Work around musl having broken dlclose() check-in: 29c8a7106b user: js tags: trunk | |
13:23 | configure: Check return type of strerror_r check-in: af603291de user: js tags: trunk | |
11:46 | configure: Check whether *_l need _GNU_SOURCE check-in: fdbe09e8ea user: js tags: trunk | |
2020-04-01
| ||
22:36 | Use case insensitive compare for URL scheme check-in: ccc1b1989d user: js tags: trunk | |
21:41 | OFHTTPClient: Improve redirection checking logic check-in: efbbf65df2 user: js tags: trunk | |
2020-03-29
| ||
16:57 | Add fish completion for ofdns check-in: b13594ccc6 user: js tags: trunk | |
14:04 | OFHTTP{Client,Server}: Reject empty Content-Length check-in: e833a8b212 user: js tags: trunk | |
03:05 | OFHTTPClient: Minor chunked body improvement check-in: d9350dba53 user: js tags: trunk | |
2020-03-28
| ||
14:35 | OFHTTPClient: Fixes for chunked request bodies check-in: fea4fe86b0 user: js tags: trunk | |
14:35 | OFHTTPServer: Support for chunked request bodies check-in: 8faade8d19 user: js tags: trunk | |
2020-03-25
| ||
21:26 | OFHTTPClient: Support for sending chunked body check-in: aac504a7bc user: js tags: trunk | |
2020-03-23
| ||
01:03 | of_dns_record_type_parse(): Allow ALL check-in: 103f04241c user: js tags: trunk | |
00:58 | ofdns: Allow repeating -t check-in: 21d9b80625 user: js tags: trunk | |
00:35 | ofdns: Add German translation check-in: c1db390649 user: js tags: trunk | |
00:00 | ofdns: Better options using OFOptionsParser check-in: 8bd5fe0c4e user: js tags: trunk | |
2020-03-22
| ||
21:39 | ofhttp: Don't try writing a file for HEAD requests check-in: 0e2f8c361e user: js tags: trunk | |
16:15 | ofhttp: Allow all request methods check-in: a013a9d577 user: js tags: trunk | |
15:51 | ofhttp: Print the HTTP status code on error check-in: 9c506fc995 user: js tags: trunk | |
2020-03-21
| ||
12:09 | .travis.yml: Update webhook URL check-in: 305688321e user: js tags: trunk | |
2020-03-09
| ||
00:54 | of_asprintf.m: Small optimization check-in: e0b659378f user: js tags: trunk | |
2020-03-08
| ||
13:49 | runtime/linklib: __attribute__((used)) for [cd]tor check-in: c12ca9484e user: js tags: trunk | |
2020-03-07
| ||
18:11 | .travis.yml: Add notifications check-in: e489612993 user: js tags: trunk | |
2020-03-02
| ||
20:24 | Merge branch 'master' into 1.0 check-in: e3bbb35784 user: js tags: 1.0 | |
2020-03-01
| ||
23:40 | OFURL: Implement URL-{en,de}coding of IPv6 hosts check-in: c517c57c89 user: js tags: trunk | |
23:07 | OFURL: Add support for IPv6 / square bracket hosts check-in: a99f466e3c user: js tags: trunk | |
08:17 | OFURL: Fix compilation with --disable-files check-in: aaa6195c13 user: js tags: trunk | |
2020-02-29
| ||
19:44 | OFURL: Move out platform-dependent parts check-in: 09fb660d54 user: js tags: trunk | |
16:09 | Move OFProcess to platform subdirectory check-in: 5ca0376aa3 user: js tags: trunk | |
14:49 | Move platform specific files into a subdirectory check-in: 109db78ecd user: js tags: trunk | |
2020-02-27
| ||
23:53 | ofhttp: Properly reset _length on redirect check-in: 283aece9e8 user: js tags: trunk | |
2020-02-18
| ||
23:53 | Update buildsys check-in: f30caae884 user: js tags: trunk | |
21:59 | Update buildsys check-in: b881cdd089 user: js tags: trunk | |
01:50 | Update buildsys check-in: db85f4a740 user: js tags: trunk | |
00:48 | Add optional completions for the fish shell check-in: d13292673e user: js tags: trunk | |
2020-02-16
| ||
22:20 | tlskey.m: Gracefully handle ctor not called yet check-in: aae9464778 user: js tags: trunk | |
21:27 | Disable compiler TLS on AmigaOS (m68k & PPC) check-in: fe8d99125e user: js tags: trunk | |
18:22 | OF{LHA,Tar,ZIP}Archive: Gracefully handle close check-in: 1d6d3eb61c user: js tags: trunk | |
2020-01-25
| ||
20:04 | tlskey.m: Use hashtable from runtime on AmigaOS check-in: 49aee5736e user: js tags: trunk | |
2020-01-24
| ||
03:03 | runtime: Correctly handle AR pool push during pop check-in: e7f4f80e23 user: js tags: trunk | |
2020-01-19
| ||
15:37 | OFHTTPClient: Fix type mismatch on Windows check-in: 5256e9acaf user: js tags: trunk | |