Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-04-26 | fix warning signed/unsigned | 1 | -1/+1 | |
2016-04-26 | predeclare the structure | 1 | -0/+1 | |
2016-04-26 | simplify handling of MHD_run | 1 | -16/+3 | |
2016-04-25 | avoid reentering MHD_run | 1 | -2/+22 | |
2016-04-25 | better handling of lengths | 1 | -4/+3 | |
2016-04-25 | avoid double free | 1 | -1/+10 | |
2016-04-25 | Add comments | 1 | -11/+73 | |
2016-04-21 | manages reference counting for events | 2 | -2/+4 | |
2016-04-21 | websocket implementing cleanup | 2 | -18/+12 | |
2016-04-21 | websocket refactoring | 4 | -92/+273 | |
2016-04-21 | handles closing in callbacks | 1 | -10/+19 | |
2016-04-21 | improves decoupling from afb | 1 | -35/+54 | |
2016-04-21 | handles disconnection | 1 | -1/+6 | |
2016-04-21 | refactoring websockects low-level | 3 | -101/+127 | |
2016-04-20 | javascript reference with promise and event | 2 | -20/+48 | |
2016-04-20 | better handling of multiple cases | 1 | -3/+0 | |
2016-04-20 | makes common code unic | 5 | -60/+117 | |
2016-04-19 | initial event handler | 7 | -12/+199 | |
2016-04-19 | refactoring context handling | 12 | -111/+97 | |
2016-04-19 | temporarily removal of unbuildables | 2 | -3/+37 | |
2016-04-19 | prepares event propagation | 10 | -75/+163 | |
2016-04-18 | improves formatting | 1 | -12/+19 | |
2016-04-18 | changing the license to apache 2 | 23 | -251/+214 | |
2016-04-17 | set download path | 3 | -1/+49 | |
2016-04-17 | cleaner http handling in main | 1 | -60/+62 | |
2016-04-15 | fix use of libmagic | 1 | -8/+8 | |
2016-04-15 | use upoll for event loop | 25 | -746/+1550 | |
2016-04-14 | renamings | 2 | -90/+70 | |
2016-04-14 | removes use of printf | 3 | -8/+8 | |
2016-04-14 | only one context | 2 | -7/+7 | |
2016-04-08 | proposal for a new js interface | 3 | -0/+172 | |
2016-04-08 | enforce creation of contextes | 1 | -2/+4 | |
2016-04-08 | simplification | 1 | -13/+2 | |
2016-04-08 | restoring cookie of session | 5 | -51/+111 | |
2016-04-08 | clean request data | 1 | -0/+5 | |
2016-04-08 | refactoring req interface | 11 | -202/+304 | |
2016-04-08 | new websocket handling | 6 | -422/+84 | |
2016-04-08 | refactored websockets | 8 | -263/+514 | |
2016-04-07 | typo | 2 | -5/+1 | |
2016-04-07 | improves websockets | 6 | -47/+481 | |
2016-04-07 | minor | 1 | -6/+6 | |
2016-04-07 | split api handling | 13 | -378/+560 | |
2016-04-07 | more simplification | 9 | -285/+289 | |
2016-04-07 | simplifications | 6 | -107/+137 | |
2016-04-07 | improves index.html handling | 1 | -9/+18 | |
2016-04-07 | fix parameters without value | 1 | -2/+2 | |
2016-04-07 | fix file posting | 4 | -31/+9 | |
2016-04-07 | improves file handling | 8 | -100/+57 | |
2016-04-06 | upload of files | 5 | -93/+119 | |
2016-04-06 | Radio plugin: make partially compatible with new API | 4 | -61/+77 |