index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-27
Applied nxt_pointer_to() and nxt_value_at() where possible.
Valentin Bartenev
16
-37
/
+28
2017-06-26
Interface for mapping JSON configuration objects to C structures.
Valentin Bartenev
3
-3
/
+148
2017-06-26
Simplified nxt_conf_json_object_get_member().
Valentin Bartenev
1
-7
/
+1
2017-06-26
Double buf completion call on connection timeout fixed.
Max Romanov
1
-5
/
+1
2017-06-26
PHP post body processing fixed, default index name introduced.
Max Romanov
1
-8
/
+32
2017-06-26
Build on Solaris 11 fixed.
Max Romanov
6
-7
/
+42
2017-06-23
Configuration printing functions splitted in two parts.
Valentin Bartenev
3
-162
/
+213
2017-06-23
Renames and reordering of parameters in configuration parser functions.
Valentin Bartenev
3
-261
/
+278
2017-06-23
Incoming and outgoing port_mmap arrays are protected with mutexes.
Max Romanov
4
-21
/
+33
2017-06-23
Increased size of iovec when data passed using shared memory.
Max Romanov
1
-2
/
+4
2017-06-23
Added basic HTTP request processing in router.
Max Romanov
9
-33
/
+563
2017-06-23
External Go app request processing.
Max Romanov
21
-0
/
+2270
2017-06-23
PHP app request processing.
Max Romanov
1
-275
/
+419
2017-06-23
Python app request processing.
Max Romanov
1
-238
/
+315
2017-06-23
Application-side message processing.
Max Romanov
6
-765
/
+520
2017-06-23
Added mem_pool pointer member to nxt_port_send_msg_t.
Max Romanov
2
-1
/
+3
2017-06-23
Moved message size to nxt_port_recv_msg_t for convenience.
Max Romanov
4
-35
/
+17
2017-06-23
Extruded nxt_port_send_port() to send port to one process.
Max Romanov
2
-26
/
+36
2017-06-23
Store pointer to shared memory start in buf->parent.
Max Romanov
3
-232
/
+392
2017-06-23
Store mem_pool in buf->data instead of port for consistency.
Max Romanov
2
-18
/
+38
2017-06-23
nxt_process_create() changed to add process to runtime before callbacks.
Max Romanov
3
-16
/
+21
2017-06-23
nxt_port_create() use task instead of thread.
Max Romanov
3
-6
/
+6
2017-06-23
Shorter shared memory name generated.
Max Romanov
1
-2
/
+2
2017-06-23
lvlhash for ports moved to separate files for future re-use.
Max Romanov
5
-102
/
+187
2017-06-23
Runtime ports fix, add enumeration macros.
Max Romanov
2
-3
/
+35
2017-06-23
Configuration: fixed parsing of JSON literals.
Valentin Bartenev
1
-3
/
+3
2017-06-23
Style and comment fixes.
Igor Sysoev
3
-4
/
+4
2017-06-21
Removed surplus type casting from nxt_memcmp() calls.
Valentin Bartenev
3
-11
/
+5
2017-06-21
Fixed building by GCC 4.8 and older.
Valentin Bartenev
1
-0
/
+6
2017-06-21
Optimizations in nxt_mp_create().
Igor Sysoev
1
-15
/
+11
2017-06-21
Fixed building with -DNXT_DEBUG_MEMORY=1 (broken in 10688b89aa16).
Igor Sysoev
1
-67
/
+67
2017-06-20
HTTP parser: reduced memory consumption of header fields list.
Valentin Bartenev
3
-95
/
+118
2017-06-20
Using new memory pool implementation.
Igor Sysoev
70
-1317
/
+345
2017-06-20
Fixed error in the previous changeset.
Igor Sysoev
1
-0
/
+2
2017-06-19
Memory pools refactoring.
Igor Sysoev
11
-833
/
+1021
2017-06-14
nxt_event_conn_... functions and structures have been renamed
Igor Sysoev
36
-2002
/
+1915
2017-06-14
Router: follow up to HTTP parser changes.
Igor Sysoev
1
-0
/
+6
2017-06-13
HTTP parser: decoupled header fields processing.
Valentin Bartenev
3
-200
/
+248
2017-06-09
HTTP parser: fixed handling header fields with missing colon.
Valentin Bartenev
1
-1
/
+3
2017-06-09
Fixed building by GCC 7 (broken in 0b10a73d4993).
Valentin Bartenev
1
-3
/
+1
2017-06-09
Fixed building with epoll (broken in 92b4984ca3c1).
Valentin Bartenev
1
-1
/
+1
2017-06-06
C99 style declaration of connection states.
Igor Sysoev
9
-158
/
+81
2017-06-06
Optimization of kqueue event processing on connection close.
Igor Sysoev
1
-3
/
+12
2017-06-06
The controller did not work because of changes in the previous
Igor Sysoev
2
-2
/
+2
2017-05-31
Skeleton of router configuration and request processing.
Igor Sysoev
20
-261
/
+1445
2017-05-31
HTTP parser: changed style of a comment.
Valentin Bartenev
1
-4
/
+4
2017-05-30
Controller: support for partial PUT and DELETE operations.
Valentin Bartenev
3
-71
/
+539
2017-05-29
A small rbtree delete fixup optimization.
Igor Sysoev
1
-2
/
+2
2017-05-26
Style and a trivial fix.
Valentin Bartenev
3
-4
/
+4
2017-05-26
A small rbtree insert fixup optimization.
Igor Sysoev
1
-4
/
+9
[next]