| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-12 | 6 | -26/+23 |
| |\ |
|
| | * | tls: document PSTM_64BIT + PSTM_X86_64 optimizations better | Denys Vlasenko | 2026-02-08 | 2 | -11/+11 |
| | * | *: use is_prefixed_with() where appropriate | Denys Vlasenko | 2026-02-07 | 1 | -1/+1 |
| | * | *: use xasprintf_inplace() and concat_path_file() where appropriate | Denys Vlasenko | 2026-02-06 | 1 | -7/+6 |
| | * | libbb: introduce and use xasprintf_inplace() | Denys Vlasenko | 2026-02-05 | 2 | -7/+5 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-10 | 3 | -92/+89 |
| |\| |
|
| | * | tar: strip unsafe hardlink components - GNU tar does the same | Denys Vlasenko | 2026-01-29 | 1 | -4/+7 |
| | * | httpd: do not use a global variable in index.cgi | Denys Vlasenko | 2026-01-29 | 1 | -74/+53 |
| | * | httpd: handle bare "Location: URL" redirects from CGIs | Denys Vlasenko | 2026-01-28 | 1 | -14/+29 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-04 | 4 | -156/+240 |
| |\| |
|
| | * | httpd: optimize example CGIs | Denys Vlasenko | 2026-01-26 | 2 | -37/+25 |
| | * | networking/httpd_indexcgi.c: non-mallocing version | Denys Vlasenko | 2026-01-26 | 2 | -108/+200 |
| | * | httpd: add a TODO, no code changes | Denys Vlasenko | 2026-01-25 | 1 | -0/+3 |
| | * | httpd: allow static files in /cgi-bin/, do not search for interpreter twice | Denys Vlasenko | 2026-01-24 | 1 | -24/+25 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-02 | 3 | -221/+739 |
| |\| |
|
| | * | httpd: code shrink | Denys Vlasenko | 2026-01-24 | 1 | -18/+22 |
| | * | httpd: code shrink via "split-globals" trick | Denys Vlasenko | 2026-01-24 | 1 | -3/+3 |
| | * | httpd: implement POSTDATA read timeout, and -K KILLSECS CGI lifetime control | Denys Vlasenko | 2026-01-24 | 1 | -59/+110 |
| | * | httpd: fix incorrect == comparison in last commit, must be != | Denys Vlasenko | 2026-01-23 | 1 | -1/+3 |
| | * | httpd: smarter handling of CGI's "Status: " header | Denys Vlasenko | 2026-01-23 | 1 | -10/+13 |
| | * | httpd: simplify CGI headers handling, check "HTTP/1.1" prefix, not just "HTTP" | Denys Vlasenko | 2026-01-23 | 1 | -28/+30 |
| | * | httpd: simplify CGI code a bit, add a bunch of TODOs and FIXMEs | Denys Vlasenko | 2026-01-23 | 2 | -29/+37 |
| | * | httpd: do not force clean connection termination on write errors and timeouts | Denys Vlasenko | 2026-01-22 | 1 | -24/+45 |
| | * | httpd: make timeout messages less confusing | Denys Vlasenko | 2026-01-22 | 1 | -6/+10 |
| | * | httpd: time out data writes after 60 seconds of no progress | Denys Vlasenko | 2026-01-22 | 1 | -13/+45 |
| | * | httpd: optimize header reading timeout code | Denys Vlasenko | 2026-01-22 | 1 | -4/+10 |
| | * | httpd: when reading headers, abort if they are too long | Denys Vlasenko | 2026-01-22 | 1 | -7/+9 |
| | * | httpd: reject request line and headers with control chars | Denys Vlasenko | 2026-01-22 | 1 | -0/+12 |
| | * | httpd: allow http2 requests if proxying, tighten METHOD checks | Denys Vlasenko | 2026-01-22 | 1 | -9/+16 |
| | * | httpd: fix compilation script of httpd_ratelimit_cgi.c | Denys Vlasenko | 2026-01-22 | 2 | -2/+4 |
| | * | httpd: add -M MAXCONN - do not accept unlimited number of connections | Denys Vlasenko | 2026-01-22 | 1 | -19/+86 |
| | * | httpd: stop disabling/enabling SIGHUP in every child | Denys Vlasenko | 2026-01-21 | 1 | -8/+13 |
| | * | httpd: remove one close() from main loop | Denys Vlasenko | 2026-01-21 | 1 | -5/+6 |
| | * | networking/httpd_ratelimit_cgi.c: new example CGI handler | Denys Vlasenko | 2026-01-21 | 2 | -1/+248 |
| | * | httpd: expand logging: now can see what CGIs are started | Denys Vlasenko | 2026-01-21 | 1 | -26/+45 |
| * | | libbb: refactor CNG hashing implementation | rfl890 | 2026-01-27 | 1 | -0/+1 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-01-22 | 2 | -2/+5 |
| |\| |
|
| | * | networking/udhcp: fix typo in comment | Giorgi Tchankvetadze | 2026-01-14 | 1 | -1/+1 |
| | * | tls: better error message when TLS record is truncated | Denys Vlasenko | 2025-11-25 | 1 | -1/+4 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-11-11 | 1 | -5/+12 |
| |\| |
|
| | * | ntpd: set tmx.maxerror properly - avoid STA_UNSYNC | Denys Vlasenko | 2025-10-11 | 1 | -5/+12 |
| * | | Further mingw-w64/gcc build tweaks | Ron Yorston | 2025-10-02 | 1 | -0/+7 |
| * | | Allow building with older mingw-w64/gcc | Ron Yorston | 2025-10-01 | 1 | -0/+3 |
| * | | tls: rewrite Schannel code | RFL890 | 2025-08-28 | 1 | -248/+263 |
| * | | tls: various schannel fixes | RFL890 | 2025-08-18 | 1 | -135/+61 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-08-15 | 1 | -27/+12 |
| |\| |
|
| | * | ftpd: code shrink, move replace_char() to libbb | Denys Vlasenko | 2025-08-02 | 1 | -27/+12 |
| * | | Post-merge fixes | Ron Yorston | 2025-08-12 | 1 | -4/+8 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-08-12 | 7 | -252/+47 |
| |\| |
|
| | * | telnetd: improve --help | Denys Vlasenko | 2025-07-27 | 1 | -2/+2 |