Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2011-12-09
20:08
Continuing with routing - work in progress. Leaf check-in: fae7d3700f user: loser tags: trunk
2011-12-04
21:01
Adding API to add routes to server - work in progress. check-in: 904b0095ab user: loser tags: trunk
19:25
Minor cleanup check-in: 0a44a7e7f3 user: loser tags: trunk
2011-11-27
17:51
Routing nodes share strings with routes. check-in: 84be24d2c7 user: loser tags: trunk
17:43
Routes now use 2 branches per node. Removed halloc. check-in: b43c380a30 user: loser tags: trunk
2011-11-25
18:03
Updated TODO check-in: 9919c0efe3 user: loser tags: trunk
2011-11-21
19:00
Added possible easy print example. Leaf check-in: c86d5b48cb user: loser tags: trunk
2011-11-20
21:38
Routing working with path compression. check-in: cdcd51d573 user: loser tags: trunk
20:10
Working, but inefficient, routing trie. check-in: b5682df5c4 user: loser tags: trunk
2011-11-18
20:25
Changing make_nodes over to size_t. Work in progress. check-in: 991fec163c user: loser tags: trunk
2011-11-13
21:38
Experiencing memory corruption while building trie check-in: 1eca85f609 user: loser tags: trunk
2011-11-11
21:32
Changed layout of tree nodes and added building api. check-in: dd872c94a4 user: loser tags: trunk
20:21
Changing layout of trie nodes - work in progress check-in: c5b861d300 user: loser tags: trunk
19:07
Moved trie.c to routes.c check-in: 8805c8d8a6 user: loser tags: trunk
19:04
Compile of routing trie. check-in: 608102868e user: loser tags: trunk
2011-11-06
19:33
Continuing with routing trie. check-in: 1d0c1e56fa user: loser tags: trunk
2011-11-04
19:45
Attempting a trie specialising for routing. check-in: 789168d342 user: loser tags: trunk
2011-10-30
21:27
Beginning to separate string handling. check-in: c3add64520 user: loser tags: trunk
21:27
Work in progress on standalone trie that could be used for routing. check-in: 13e9336c86 user: loser tags: trunk
2011-10-09
18:07
Fixed error in unittest check-in: 3c7aa96033 user: loser tags: trunk
18:02
Cosmetic changes to routes.c check-in: 5e2243ef55 user: loser tags: trunk
17:44
Re-added missing content from previous change and started unittests check-in: 97cef1364c user: loser tags: trunk
2011-10-05
16:17
Working critbit tree but failing routes check-in: 5e941b9cb5 user: loser tags: trunk
2011-09-27
17:33
Added missing epoll.c check-in: 289e8b5398 user: loser tags: trunk
16:42
Minor merge in user.c check-in: 79bd7eca20 user: loser tags: trunk
2011-09-25
21:34
Added edge triggered polling prototype - work in progress. check-in: 6eaf42dca6 user: loser tags: trunk
2011-09-23
19:08
Work in progress on a routing tree. check-in: f814e626d7 user: loser tags: trunk
2011-09-18
20:16
Updated TODO list check-in: ad583cb4af user: loser tags: trunk
2011-09-16
17:24
Faster date handling that makes a difference to ab results. check-in: 2b1159ad4c user: loser tags: trunk
17:07
Mostly working URI parsing. check-in: 5783a1cf03 user: loser tags: trunk
15:59
Added configurable server name. check-in: 2ddc312d95 user: loser tags: trunk
2011-09-09
17:05
In the process of allowing a configurable server name check-in: 331e49ad69 user: loser tags: trunk
16:49
Added Etag header check-in: 160fd0b885 user: loser tags: trunk
16:22
Added Expires header check-in: 6e7cf1a31d user: loser tags: trunk
16:02
Moved over to using ca_status for a more minimal API. check-in: bbfa2aa9ef user: loser tags: trunk
2011-09-08
16:53
Moved date formatting into a separate function. check-in: 08b139aeeb user: loser tags: trunk
16:35
Added date header. check-in: 7d9e7d8358 user: loser tags: trunk
15:50
Abandoned signal handling for now check-in: 6abdf4d9ab user: loser tags: trunk
2011-09-07
21:37
Partly through signal handling. check-in: bcca985070 user: loser tags: trunk
21:21
Lots of lightweight threads running. check-in: f881a2d085 user: loser tags: trunk
16:40
Smaller stacksize, working on creating more threads. check-in: a0dd1684a5 user: loser tags: trunk
2011-09-04
19:26
Changed default queue length after benchmarking against libevent. check-in: 64926863a3 user: loser tags: trunk
17:05
Started throwing HTTP errors within parser - not sure if this is a good idea. check-in: 3a81fc024c user: loser tags: trunk
2011-09-03
12:12
Reclaiming memory from pool mid-request. check-in: 01143729dd user: loser tags: trunk
11:41
Valground and apache bench check-in: c4871651e6 user: loser tags: trunk
2011-09-02
18:22
Working memory pool allocator check-in: bd1dfd36b6 user: loser tags: trunk
18:00
Working with combined request/response. check-in: d3edbf4152 user: loser tags: trunk
2011-08-31
19:35
Introduced errors by combining request and response structures. check-in: 89bfb52fcd user: loser tags: trunk
2011-08-30
20:15
Added HTTP version to request structure check-in: 7a0be84c81 user: loser tags: trunk
18:17
Initial implementation of memory pool. check-in: 9f8c217820 user: loser tags: trunk