Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-05 | Configuration: basic validation of schema. | Valentin Bartenev | 1 | -0/+1 | |
2017-06-28 | Configuration: reduced names of structures, functions, and macros. | Valentin Bartenev | 1 | -1/+1 | |
2017-06-26 | Build on Solaris 11 fixed. | Max Romanov | 1 | -0/+13 | |
2017-06-23 | External Go app request processing. | Max Romanov | 5 | -1/+64 | |
2017-06-23 | PHP app request processing. | Max Romanov | 5 | -0/+80 | |
2017-06-23 | Python app request processing. | Max Romanov | 2 | -17/+13 | |
2017-06-23 | Store pointer to shared memory start in buf->parent. | Max Romanov | 1 | -0/+1 | |
nxt_port_mmap_t stored in arrays and it is unsafe to store pointer to array element. Shared memory structures and macros moved to separate header file to be used by GO package. | |||||
2017-06-23 | lvlhash for ports moved to separate files for future re-use. | Max Romanov | 1 | -0/+3 | |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -5/+3 | |
2017-06-19 | Memory pools refactoring. | Igor Sysoev | 1 | -3/+3 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -8/+8 | |
to nxt_conn_... | |||||
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -0/+2 | |
2017-05-12 | Using shared memory to send data via nxt_port. | Max Romanov | 2 | -0/+62 | |
Usage: b = nxt_port_mmap_get_buf(task, port, size); b->mem.free = nxt_cpymem(b->mem.free, data, size); nxt_port_socket_write(task, port, NXT_PORT_MSG_DATA, -1, 0, b); | |||||
2017-04-21 | Macros for atomic 'OR' and 'AND' operations introduced. | Max Romanov | 1 | -0/+8 | |
Compiler built-ins used, where possible. Necessary configure checks added. New macros: nxt_atomic_or_fetch(ptr, val) nxt_atomic_and_fetch(ptr, val) Syntax and behaviour is similar to __sync_or_and_fetch and __sync_and_and_fetch GCC build-ins. | |||||
2017-04-10 | JSON parsing in controller. | Valentin Bartenev | 1 | -0/+2 | |
2017-03-14 | Adding CFLAGS to link commands to pass flags required by | Igor Sysoev | 1 | -2/+2 | |
AddressSanitizer. | |||||
2017-03-14 | Fixed unit tests building broken by the previous commit. | Igor Sysoev | 1 | -11/+11 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 3 | -7/+9 | |
The cycle has been renamed to the runtime. | |||||
2017-03-01 | HTTP parser. | Valentin Bartenev | 1 | -0/+3 | |
2017-03-01 | Removed legacy HTTP parser. | Valentin Bartenev | 1 | -1/+0 | |
2017-02-22 | Port changes. | Igor Sysoev | 1 | -2/+1 | |
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -1/+2 | |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -10/+9 | |
2017-02-01 | Process channels have been renamed to ports. | Igor Sysoev | 1 | -4/+4 | |
2017-01-30 | nxt_event_timer has been renamed to nxt_timer. | Igor Sysoev | 1 | -2/+2 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -2/+5 | |
2017-01-24 | Now CFLAGS variable allows to overwrite configured options. | Igor Sysoev | 1 | -1/+1 | |
2017-01-24 | Fixed Python building on Ubuntu. | Igor Sysoev | 1 | -1/+1 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -1/+8 | |
2017-01-17 | Initial version. | Igor Sysoev | 29 | -0/+3779 | |