summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libiproute: add missing break'sDenis Vlasenko2007-09-301-0/+3
* httpd: trivial simplificationDenis Vlasenko2007-09-281-4/+6
* assorted static vars removalDenis Vlasenko2007-09-281-43/+20
* wget: -O FILE is allowed to overwrite existing file (compat)Denis Vlasenko2007-09-271-10/+16
* zcip: fix unaligned trap on ARMDenis Vlasenko2007-09-271-2/+3
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-278-12/+12
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-275-19/+14
* inetd: move struct fields around -> save .25 k of codeDenis Vlasenko2007-09-261-6/+8
* httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)Denis Vlasenko2007-09-251-1/+8
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-29/+16
* wget: get rid of setitimerDenis Vlasenko2007-09-241-36/+26
* wget: reorder functions, no code changesDenis Vlasenko2007-09-241-316/+305
* wget: code shrink, move data out of bssDenis Vlasenko2007-09-241-28/+48
* wget: allow dots in header field names.Denis Vlasenko2007-09-241-36/+36
* inetd: make some fields smaller, move data out of data/bss sectionsDenis Vlasenko2007-09-241-77/+130
* httpd: simplify CGI i/o loop. -200 bytes.Denis Vlasenko2007-09-231-168/+183
* httpd: optional support for partial downloadsDenis Vlasenko2007-09-212-16/+112
* update Glenn McGrath's email addressDenis Vlasenko2007-09-213-3/+3
* httpd: do not clear environmentDenis Vlasenko2007-09-151-1/+7
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-073-49/+37
* fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox2007-09-061-11/+20
* - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer2007-09-021-0/+1
* isrv: use monotonic_secDenis Vlasenko2007-08-311-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