summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-10JSON parsing in controller.Valentin Bartenev3-14/+821
2017-03-23Event connection writing fixes.Igor Sysoev1-0/+9
2017-03-16Some basic HTTP handling in controller.Valentin Bartenev1-7/+299
2017-03-14Solaris compatibilty.Igor Sysoev4-21/+23
2017-03-14Fixed building on FreeBSD.Igor Sysoev2-2/+2
2017-03-14Importing memory cache pool changes from nJScript.Igor Sysoev3-128/+195
2017-03-14Fixed unit tests building broken by the previous commit.Igor Sysoev3-2/+5
2017-03-09Processes refactoring.Igor Sysoev44-2668/+2585
2017-03-08More optimizations of HTTP parser.Valentin Bartenev1-103/+63
2017-03-01HTTP parser.Valentin Bartenev3-0/+964
2017-03-01Removed legacy HTTP parser.Valentin Bartenev5-678/+0
2017-02-22Port changes.Igor Sysoev10-298/+271
2017-02-22I/O operations refactoring.Igor Sysoev45-1135/+1141
2017-02-07Event engines refactoring.Igor Sysoev40-4487/+4366
2017-02-01Process channels have been renamed to ports.Igor Sysoev13-911/+911
2017-02-01nxt_str_t changes.Igor Sysoev13-347/+350
2017-02-01More refactoring relicts removed.Igor Sysoev7-26/+20
2017-01-31Fixes of various issues introduced by refactoring.Igor Sysoev3-9/+25
2017-01-31Event engine timers refactoring.Igor Sysoev12-229/+204
2017-01-30nxt_event_timer has been renamed to nxt_timer.Igor Sysoev25-530/+519
2017-01-30Importing rbtree changes from nJScript.Igor Sysoev5-76/+55
2017-01-27Work queues refactoring.Igor Sysoev34-762/+396
2017-01-23Introducing tasks.Igor Sysoev70-1500/+1688
2017-01-17Initial version.Igor Sysoev188-0/+49907