Georg Hopp
|
b832eea81c
|
change build system to accept CFLAGS
|
12 years ago |
Georg Hopp
|
04b090cf30
|
probably fixed problem in main look under load. This still has to be tested.
|
12 years ago |
Georg Hopp
|
3ed7c9489d
|
code formatting
|
12 years ago |
Georg Hopp
|
d8ad1d7b26
|
add memCleanup before process end
|
12 years ago |
Georg Hopp
|
7bcfeba296
|
change last FREE to MEM_FREE
|
12 years ago |
Georg Hopp
|
dfffcee443
|
replace malloc in session/session.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
57253c950d
|
replace calloc http/worker/process.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
acd20228d3
|
replace calloc http/worker.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
196e51d294
|
replace calloc http/parser.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
7fe5c48743
|
replace calloc http/request.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
62f9b52336
|
replace calloc auth/credentials.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
4ccc4b28ed
|
replace calloc auth/ldap.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
d738398aab
|
replace calloc in http/cookie.c with quick fit approach.
|
12 years ago |
Georg Hopp
|
4ee52d5276
|
replace calloc in http/cookie.c with quick fit approach. It seems that domain and path are never set...have to check this (most likely its not implemented now
|
12 years ago |
Georg Hopp
|
672515ae85
|
replace calloc in hash/value.c with quick fit approach
|
12 years ago |
Georg Hopp
|
b23ca703e8
|
replace calloc in server.c with quick fit approach
|
12 years ago |
Georg Hopp
|
09f92847fb
|
replace calloc in response.c with quick fit approach
|
12 years ago |
Georg Hopp
|
c54dc20cc4
|
use quick fit approach in message
|
12 years ago |
Georg Hopp
|
b44ec9f22b
|
fix the last issues with using quick fit with the class interface.
|
12 years ago |
Georg Hopp
|
fc40342711
|
added new memory management to the most fragile part in this matter...the class system...well, the server test gives me a memory corruption, but all other are running now....anyway most likely this is in an unusable state right now.
|
12 years ago |
Georg Hopp
|
8934e864d7
|
simplified the quick fit interface
|
12 years ago |
Georg Hopp
|
f1f3e14680
|
change port for tests
|
12 years ago |
Georg Hopp
|
53baa54470
|
add quick fit to cbuf
|
12 years ago |
Georg Hopp
|
b9f88cf05c
|
to test it use Best Fit memory management in logger.
|
12 years ago |
Georg Hopp
|
add2a19904
|
first version of Quick Fit memory management
|
12 years ago |
Georg Hopp
|
34ff5a42bf
|
now ignore log tsr files under tests
|
12 years ago |
Georg Hopp
|
ccc6f9307e
|
more comments regarding cbuf pools.
|
12 years ago |
Georg Hopp
|
f2565a9b77
|
fix the new functions so that they compile at least.
|
12 years ago |
Georg Hopp
|
1563d3e87f
|
added idea comment for a cbuf pool to not always reinitialize these all the time...
|
12 years ago |
Georg Hopp
|
5156df0ef4
|
started implementing the Quick Fit memory management
|
12 years ago |
Georg Hopp
|
b2d221c4c4
|
added comment about idea of Quick Fit memory management system to improve performance
|
12 years ago |
Georg Hopp
|
a22bce5a46
|
add test-driver to git ignores
|
12 years ago |
Georg Hopp
|
e6d275faa2
|
put daemonize before our working child is forked.
|
12 years ago |
Georg Hopp
|
7ce2adf1fe
|
only code format changes
|
12 years ago |
Georg Hopp
|
f65bf3e1f8
|
make a more real daemonizing
|
12 years ago |
Georg Hopp
|
ea6482c7f7
|
add build dir as macro definition to daemonze.c thus been able to chdir there so that all assets would be found.
|
12 years ago |
Georg Hopp
|
d31a5cad7b
|
configure.ac
|
12 years ago |
Georg Hopp
|
325a3743eb
|
small changes in build system
|
13 years ago |
Georg Hopp
|
875810d023
|
first README.md
|
13 years ago |
Georg Hopp
|
f8d22d8dc2
|
Merge remote-tracking branch 'taskrambler/master'
|
13 years ago |
Georg Hopp
|
de65f56b88
|
update gcov m4 to include version 1.10
|
13 years ago |
Georg Hopp
|
fd111159de
|
merged from taskrambler
|
13 years ago |
Georg Hopp
|
89e4038693
|
Initial commit
|
13 years ago |
Georg Hopp
|
b615fb8b01
|
moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages.
|
14 years ago |
Georg Hopp
|
a5d9699e53
|
fix message queue get. Problem was not correctly updated last value on empty queue
|
14 years ago |
Georg Hopp
|
66e2ac5a6e
|
remove no longer needed variable
|
14 years ago |
Georg Hopp
|
59400ca901
|
changed HttpMessageQueue to be a real queue and not a fixed size array
|
14 years ago |
Georg Hopp
|
f542aa83d5
|
ignore profile information files
|
14 years ago |
Georg Hopp
|
c63b6ab032
|
change on coverage generation...i still don't get any branch info, and i am not sure what it would describe
|
14 years ago |
Georg Hopp
|
523519528e
|
fix in Makefiles for tests
|
14 years ago |