summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-19Variables refactoring.Zhidao HONG1-0/+2
2023-04-25Decouple "Unit" from NXT_SERVER.Andrew Clayton1-1/+2
2023-04-24Remove a bunch of dead code.Andrew Clayton1-4/+0
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-0/+1
2022-10-14Fixed the build on MacOS (and others).Andrew Clayton1-0/+1
2022-08-11Removed dead code.Alejandro Colomar1-1/+0
2020-08-13Basic variables support.Valentin Bartenev1-0/+1
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-0/+1
2020-03-04Legacy upstream code removed.Igor Sysoev1-8/+0
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel1-0/+1
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-0/+1
2019-02-22Improvement and unification of version processing in build scripts.Alexander Borisov1-4/+1
2018-12-24Version bump.Valentin Bartenev1-2/+2
2018-11-15Version bump.Valentin Bartenev1-2/+2
2018-10-31Version bump.Valentin Bartenev1-2/+2
2018-09-28Version bump.Valentin Bartenev1-2/+2
2018-09-20Added SSL/TLS support on connection level.Igor Sysoev1-2/+2
2018-07-16Version bump.Valentin Bartenev1-2/+2
2018-06-13Version bump.Valentin Bartenev1-2/+2
2018-05-21Added SERVER_SOFTWARE request meta-variable.Valentin Bartenev1-0/+1
2018-04-27Version bump.Valentin Bartenev1-2/+2
2018-04-13Version bump.Valentin Bartenev1-2/+2
2018-04-12Version bump.Valentin Bartenev1-2/+2
2018-04-02Version bump.Valentin Bartenev1-2/+2
2018-02-12Version bump.Valentin Bartenev1-2/+2
2018-02-09Version bump.Valentin Bartenev1-2/+2
2018-01-15Version bump.Valentin Bartenev1-2/+2
2017-12-29Version bump.Igor Sysoev1-2/+2
2017-10-20Version bump.Igor Sysoev1-2/+2
2017-10-19Supporting concurrent shared memory fd receive in router.Max Romanov1-1/+0
2017-10-02Version bump.Valentin Bartenev1-2/+2
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-0/+1
2017-08-31Introduced module compatibility vector.Igor Sysoev1-0/+1
2017-08-30Lib unit tests have been renamed to tests.Igor Sysoev1-7/+0
2017-08-29The process type enum exposed to go module.Max Romanov1-0/+1
2017-08-24Removed configure option --no-threads.Igor Sysoev1-4/+0
2017-08-24Added command line option --version.Igor Sysoev1-0/+4
2017-08-02Port RPC interface introduced.Max Romanov1-0/+1
2017-07-18Mem pool cleanup introduced.Max Romanov1-8/+11
2017-07-10Introducing thread-safe nxt_random().Igor Sysoev1-1/+0
2017-06-23Incoming and outgoing port_mmap arrays are protected with mutexes.Max Romanov1-19/+14
2017-06-23Added basic HTTP request processing in router.Max Romanov1-2/+2
2017-06-23lvlhash for ports moved to separate files for future re-use.Max Romanov1-0/+1
2017-06-20Using new memory pool implementation.Igor Sysoev1-6/+1
2017-06-19Memory pools refactoring.Igor Sysoev1-1/+1
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-5/+4
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-1/+4
2017-03-09Processes refactoring.Igor Sysoev1-7/+13
2017-03-01HTTP parser.Valentin Bartenev1-0/+1
2017-03-01Removed legacy HTTP parser.Valentin Bartenev1-1/+0