Commit fc4fd8f66dd966245d5129926d182663d2f19ed7
1 parent
2e46b5c2
fixed bug in keep-alive check arised by implementation if #10
Showing
2 changed files
with
11 additions
and
3 deletions
1 | +2012-02-22 09:03:40 +0100 Georg Hopp | |
2 | + | |
3 | + * fixed bug in keep-alive check arised by implementation if #10 (HEAD, master) | |
4 | + | |
5 | +2012-02-22 08:51:05 +0100 Georg Hopp | |
6 | + | |
7 | + * add forgotten jquery assets (origin/master, origin/HEAD) | |
8 | + | |
1 | 9 | 2012-02-22 08:48:43 +0100 Georg Hopp |
2 | 10 | |
3 | - * closes #10: values for header ids are now stored in a char ** making multiple values for one id possible. Additionally added a jquery action that delivers the jquery java script and use it on the me action (HEAD, master) | |
11 | + * closes #10: values for header ids are now stored in a char ** making multiple values for one id possible. Additionally added a jquery action that delivers the jquery java script and use it on the me action | |
4 | 12 | |
5 | 13 | 2012-02-21 13:01:38 +0100 Georg Hopp |
6 | 14 | |
7 | - * now when a constructor returns -1 the new call will in turn call the destructor effectively freeing all resources. ATTENTION: now the destructor has to be aware that it might be called with a not completely initialized object. To make this more ease there is the FREE makro with the corresponding ffree that does NULL pointer checking and the destructor checks for NULL pointer too. Additionally the handle_accept now handles _SC_OPEN_MAX - 10 connections. The 10 are reserved for internal usage. (origin/master, origin/HEAD) | |
15 | + * now when a constructor returns -1 the new call will in turn call the destructor effectively freeing all resources. ATTENTION: now the destructor has to be aware that it might be called with a not completely initialized object. To make this more ease there is the FREE makro with the corresponding ffree that does NULL pointer checking and the destructor checks for NULL pointer too. Additionally the handle_accept now handles _SC_OPEN_MAX - 10 connections. The 10 are reserved for internal usage. | |
8 | 16 | |
9 | 17 | 2012-02-21 09:45:01 +0100 Georg Hopp |
10 | 18 | ... | ... |
Please
register
or
login
to post a comment