summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Some basic HTTP handling in controller.Valentin Bartenev1-7/+299
2017-03-14Solaris compatibilty.Igor Sysoev4-21/+23
2017-03-14Adding CFLAGS to link commands to pass flags required byIgor Sysoev1-2/+2
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-14Zero size memory pool allocations have been disabled in unit testIgor Sysoev1-5/+11
2017-03-14Fixed unit tests building broken by the previous commit.Igor Sysoev6-18/+28
2017-03-09Processes refactoring.Igor Sysoev47-2675/+2594
2017-03-08More optimizations of HTTP parser.Valentin Bartenev1-103/+63
2017-03-08HTTP parser benchmark.Valentin Bartenev1-3/+176
2017-03-06Cleanup of memory allocated in nxt_mem_cache_pool_unit_test().Valentin Bartenev1-0/+2
2017-03-01HTTP parser.Valentin Bartenev7-0/+1429
2017-03-01Removed legacy HTTP parser.Valentin Bartenev6-679/+0
2017-02-22Port changes.Igor Sysoev11-300/+272
2017-02-22I/O operations refactoring.Igor Sysoev49-1214/+1143
2017-02-07Event engines refactoring.Igor Sysoev41-4497/+4375
2017-02-01Process channels have been renamed to ports.Igor Sysoev14-915/+915
2017-02-01nxt_str_t changes.Igor Sysoev15-355/+358
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 Sysoev26-532/+521
2017-01-30Importing rbtree changes from nJScript.Igor Sysoev6-169/+59
2017-01-27Work queues refactoring.Igor Sysoev35-764/+401
2017-01-24Now CFLAGS variable allows to overwrite configured options.Igor Sysoev1-1/+1
2017-01-24Fixed Python building on Ubuntu.Igor Sysoev1-1/+1
2017-01-23Introducing tasks.Igor Sysoev71-1501/+1696
2017-01-17Initial version.Igor Sysoev235-0/+56359