summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply accumulated post 1.7.2 patches; bump version to 1.7.31_7_3Denis Vlasenko2007-11-033-4/+8
* apply all post-1.7.1 patches, set version to 1.7.21_7_2Denis Vlasenko2007-09-291-1/+8
* apply post 1.7.0 patches, set version to 1.7.11_7_1Denis Vlasenko2007-09-161-16/+2
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-231-1/+1
* httpd: code shrink of dir indexer exampleDenis Vlasenko2007-08-231-185/+196
* httpd: style fix in indexer exampleDenis Vlasenko2007-08-221-4/+4
* httpd: replace shell-based dir indexer cgi example with C-based one.Denis Vlasenko2007-08-222-50/+331
* httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko2007-08-211-20/+16
* httpd: add optional support for error pages Denis Vlasenko2007-08-212-85/+166
* removed stray debugging commentsDenis Vlasenko2007-08-191-4/+0
* max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko2007-08-191-1/+1
* httpd: explain IP/mask parsing, and simplify it a bit.Denis Vlasenko2007-08-191-33/+48
* httpd: reinstate (much lighter) paranoid connection close codeDenis Vlasenko2007-08-191-54/+25
* httpd: get rid of rmt_port and setenv_logDenis Vlasenko2007-08-191-21/+12
* httpd: get rid of sscanf usage. Rename some variables.Denis Vlasenko2007-08-191-94/+110
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-192-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-1827-27/+27
* httpd: stop reading headers using 1-byte read()Denis Vlasenko2007-08-181-39/+56
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-181-49/+91
* get rid of server_ and accepted_socket globals.Denis Vlasenko2007-08-181-57/+38
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-1816-61/+43
* httpd shrink and logging update, part 7 of 7Denis Vlasenko2007-08-171-107/+104
* httpd shrink and logging update, part 6 of 7Denis Vlasenko2007-08-171-29/+46
* httpd shrink and logging update, part 5 of 7Denis Vlasenko2007-08-171-214/+198
* httpd shrink and logging update, part 4 of 7Denis Vlasenko2007-08-171-186/+181
* httpd shrink and logging update, part 3 of 7Denis Vlasenko2007-08-171-148/+107
* httpd shrink and logging update, part 2 of 7Denis Vlasenko2007-08-171-92/+82
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-172-1/+5
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+1
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-151-1/+1
* dhcpd: make -S and -f actually workDenis Vlasenko2007-08-151-1/+2
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-126/+116
* httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko2007-08-141-123/+96
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-143-16/+8
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+2
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* httpd: sendfile supportDenis Vlasenko2007-08-122-21/+47
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-1227-59/+62
* httpd: CGI Status: header fixDenis Vlasenko2007-08-111-9/+7
* httpd: add support for Status: CGI headerDenis Vlasenko2007-08-111-13/+24
* httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2007-08-111-13/+20
* udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/Denis Vlasenko2007-08-091-11/+10
* bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko2007-08-061-2/+2
* udhcp: slight shrinkDenis Vlasenko2007-08-026-69/+64
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-022-2/+4
* interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko2007-07-291-43/+43
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-2415-162/+153
* zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko2007-07-231-4/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-235-62/+57
* style fix (stray space before ';')Denis Vlasenko2007-07-213-3/+3