Stefan Bühler
|
b876f8401d
|
[core]: rework connection/vrequest structs; add liConInfo
|
2010-08-11 13:27:27 +02:00 |
Thomas Porzelt
|
be64c8c445
|
[mod_debug] Add some more info to connection struct dump
|
2010-06-13 21:56:08 +02:00 |
Thomas Porzelt
|
d8c187453a
|
[mod_debug] Don't compile debug.profiler_dump action at all when profiler support missing
|
2010-05-15 12:46:41 +02:00 |
Stefan Bühler
|
4afebee1c7
|
Make profiler optional
|
2010-05-13 12:19:12 +02:00 |
Thomas Porzelt
|
aaaf75a9da
|
[mod_debug] Add debug.profiler_dump action
|
2010-05-12 21:56:32 +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 |
Stefan Bühler
|
f14103bc2c
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
2010-01-24 23:00:51 +01:00 |
Thomas Porzelt
|
8716087728
|
[core] Rename con->ts to con->ts_started
|
2010-01-03 17:26:07 +01:00 |
Stefan Bühler
|
b4c3e2ba02
|
Add userdata to action-create, setup and plugin-init callbacks
|
2009-12-21 12:29:14 +01:00 |
Stefan Bühler
|
d6ff06347d
|
Handle OPTIONS in vrequest by default, check method in other modules
|
2009-09-15 21:30:25 +02:00 |
Stefan Bühler
|
f030824550
|
Fix server address (do not use the listen address)
|
2009-09-09 18:12:05 +02:00 |
Stefan Bühler
|
eeddb37e4a
|
Add plugin angel callbacks
|
2009-08-30 19:25:01 +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
|
c49219699e
|
[modules] Remove unneeded inclusion of stdio.h
|
2009-07-04 21:56:32 +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 |
Thomas Porzelt
|
f44f620eda
|
[modules] add mod_debug
|
2009-04-01 02:04:23 +02:00 |