Stefan Bühler
f482877825
[doc] document core config and modules in tree
2014-02-03 12:57:25 +01:00
Stefan Bühler
a1fbaab86b
[core/modules] refactor config handling
...
* should be more robust now: taking list of wanted value, handling NULL
pointers instead of value type NONE, fixed some bugs (wrong checks,
mem leaks, ...)
* add many methods to make handling of values easier; most methods
can handle NULL value pointers safely (li_value_type(v) instead of
v->type and so on)
2013-09-06 14:36:55 +02:00
Stefan Bühler
cfd8955008
[common] implement libev wrapper
...
* need a way to mark a watcher as "don't keep the loop alive"
2013-05-23 17:56:23 +02:00
Stefan Bühler
ff69160c34
[core] Use streams
2013-05-23 12:01:04 +02:00
Stefan Bühler
ebd5a4ecb3
Fix comment style (//) and add gnutls to automake distcheck
2013-05-21 16:51:15 +02:00
Thomas Porzelt
3af94cf12d
[mod_progress] free data on module unload properly
2011-11-26 16:17:31 +01:00
Stefan Bühler
eb9f6aa368
[plugins] Fix some default options (the raw default-value is only used when there is no parser method)
2011-01-30 15:51:33 +01:00
Stefan Bühler
8ae6902602
[core] remove lighttpd-glue.h from base.h
2010-09-23 18:35:57 +02:00
Stefan Bühler
21327b7d93
[mod_progress]: kill global var
2010-09-12 15:08:49 +02:00
Stefan Bühler
be65208143
waitqueue: modify callback
2010-09-12 14:19:25 +02:00
Stefan Bühler
b876f8401d
[core]: rework connection/vrequest structs; add liConInfo
2010-08-11 13:27:27 +02:00
Stefan Bühler
cc0044c4ee
Fix http method parser, add inlined g_string_append_len
2010-08-11 12:56:08 +02:00
Stefan Bühler
a8efcfcc0e
modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker
...
* create main_worker earlier
2010-05-07 20:54:50 +02:00
Thomas Porzelt
6c2da09814
[mod_progress] Fix 'sent' output, progress.show parameter parsing and send application/x-javascript Content-Type header
2010-04-05 14:27:14 +02:00
Thomas Porzelt
2e710f4241
[mod_progress] Fix detection of finished requests
2010-04-05 00:26:10 +02:00
Thomas Porzelt
0c751ba6ef
[mod_progress] Fix JSON format (double quotes instead of single quotes...), fix wrong default recognized http method (GET instead of POST) and a minor compile warning
2010-04-04 22:51:27 +02:00
Thomas Porzelt
9b0db666c5
[modules] Add mod_progress
2010-04-04 22:04:14 +02:00