2
0
Fork 0
Commit Graph

21 Commits (21cfd4ab714d1e67918658fb337385f39b4c0c18)

Author SHA1 Message Date
Stefan Bühler eeddb37e4a Add plugin angel callbacks 2009-08-30 19:25:01 +02:00
Thomas Porzelt 6cb5af487f [core] Add li-prefix to structs, enums and function names for encoding helpers 2009-08-03 20:33:17 +02:00
Stefan Bühler a061745193 Fix bugs found with the static clang analyzer (http://clang-analyzer.llvm.org/) 2009-07-16 22:13:40 +02:00
Stefan Bühler 282a2d1b4a Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
Stefan Bühler 99b203e3d8 Prefix typenames, enums and some macros with "li" and "LI_"; CamelCase TypeNames 2009-07-08 21:06:07 +02:00
Thomas Porzelt 7aa2e0ef14 Remove test debug output from mod_dirlist 2009-07-04 15:50:56 +02:00
Stefan Bühler c2ce9c4f53 Fix encoding functions (use _append for the append version); do not encode characters >= 0x80 for html. 2009-06-08 12:43:33 +02:00
Thomas Porzelt 383fa6a4f5 - introduce throttling via pools, rework throttling by connection
- new actions: 'throttle_pool', 'throttle_connection' and 'status'
- don't start waitqueue timer in waitqueue_init(); start/stop timer on demand
- new parameter for network_write(): write_max
- move stats and timeout handling from network_write/read() to connection_cb()
2009-04-16 17:02:53 +02:00
Stefan Bühler 595ce1fe13 Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con 2009-04-15 12:34:06 +02:00
Stefan Bühler 611d7dcac3 Recode the sockaddr handling, fixing some bugs 2009-04-03 14:29:55 +02:00
Stefan Bühler 6a56aba0c3 Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n) 2009-04-02 23:19:19 +02:00
Thomas Porzelt ddb0448a96 rework stat_cache 2009-03-26 23:05:17 +01:00
Thomas Porzelt 0e03d1a362 [mod_dirlist] fix new leaks 2009-03-17 20:28:26 +01:00
Stefan Bühler a62cdebb91 Fix static file/dirlist handling and add etag support 2009-03-17 14:21:20 +01:00
Stefan Bühler 6a92322143 Reduce printf usage in mod_dirlist 2009-03-16 22:27:04 +01:00
Thomas Porzelt 3137f19ce5 [mod_dirlist] add hide-directories, exclude-prefix and exclude-suffix parameter 2009-03-08 16:47:27 +01:00
Thomas Porzelt 7bd421e79e fix comment in mod_dirlist 2009-03-07 00:28:48 +01:00
Stefan Bühler 6e747478d4 Fix ISO C90 decl/code mixing 2009-03-07 00:08:49 +01:00
Thomas Porzelt 0c01dd91d3 add debug parameter for dirlist action in mod_dirlist 2009-03-06 19:26:47 +01:00
Thomas Porzelt a874e682c7 fix mem leak in mod_dirlist 2009-03-06 18:55:00 +01:00
Thomas Porzelt 30ff4619fa forgot mod_dirlist.c 2009-03-06 18:18:13 +01:00