summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-12-25HTTP parser: reworked header fields handling.Valentin Bartenev7-427/+445
2017-12-25Restoring apps in case of reconfiguration error.Max Romanov1-0/+3
2017-12-15Introducing --lib-path options for Python module linkage.Max Romanov1-7/+17
2017-12-13Introducing Unit version check in Go package.Max Romanov4-65/+122
2017-12-13Tests: removed unused decorators.Andrey Zelenkov3-6/+3
2017-12-13Tests: http() function introduced.Andrey Zelenkov1-32/+14
2017-12-12Tests: fixed "negative workers" test.Andrey Zelenkov1-1/+1
2017-12-08HTTP parser: improved detection of corrupted request line.Valentin Bartenev1-1/+43
2017-12-08HTTP parser: slightly improved readability of code.Valentin Bartenev1-103/+101
2017-12-07Fixed protocol version string handling in router.Valentin Bartenev1-1/+1
2017-12-06Tests: added basic PHP tests.Andrey Zelenkov2-3/+173
2017-12-06Tests: check_modules() function introduced.Andrey Zelenkov3-10/+54
2017-12-06Tests: port range changed to 7xxx.Andrey Zelenkov2-19/+19
2017-12-06Tests: removed extra parameter from range() call.Andrey Zelenkov1-1/+1
2017-12-06Tests: waitforfiles() optimization.Andrey Zelenkov1-14/+15
2017-12-06Tests: don't exceed 79 characters.Andrey Zelenkov1-2/+3
2017-12-06Go: removing request registry.Max Romanov11-244/+96
2017-12-05Fixing Go package build in NetBSD.Max Romanov1-1/+1
2017-12-01Packaging changes for updated Go package.Max Romanov10-36/+140
2017-12-01Making Go package source distributable and renaming to 'nginx/unit'.Max Romanov9-107/+52
2017-12-01Initializing port_msg fields with zeroes in Go package.Max Romanov2-0/+4
2017-12-01Using compiler capability to generate dependencies.Max Romanov7-119/+78
2017-11-29Using --ld-opt when linking modules.Max Romanov3-5/+5
2017-11-29Introducing python virtualenv configuration.Max Romanov4-0/+44
2017-11-29Tests: "verbose" mode introduced.Andrey Zelenkov1-13/+39
2017-11-29Tests: waitforfiles function introduced.Andrey Zelenkov1-9/+27
2017-11-28Tests: fixed port number in test_basic.t.Andrey Zelenkov1-3/+3
2017-11-28Tests: changed shebang to the default.Andrey Zelenkov1-1/+1
2017-11-02Fixing build on Solaris.Max Romanov2-2/+2
2017-11-27Timer should be marked as it is not in tree after deletion.Igor Sysoev1-0/+1
2017-11-27Removed uncontext.h.Igor Sysoev1-2/+0
2017-11-27A number of engine connections is decreased on connection close.Igor Sysoev4-4/+12
2017-11-21Tests: added basic infrastructure.Andrey Zelenkov4-0/+425
2017-11-21Tests: move existing tests to "src" folder.Andrey Zelenkov20-19/+19
2017-11-21Fixed crash on invalid JSON number.Valentin Bartenev1-0/+4
2017-11-20Fixing Coverity warnings.Max Romanov7-10/+23
2017-10-27Fixing racing condition in request.msgs usage.Max Romanov1-8/+8
2017-10-27Fixing Go program crash.Max Romanov1-2/+2
2017-10-25Checking the result of shared memory buffer allocation.Max Romanov1-0/+3
2017-10-25Avoiding compilation on systems with no working shared memory.Valentin Bartenev1-0/+4
2017-10-23Fixed change log for version 0.2.Valentin Bartenev2-16/+0
2017-10-20Using the single source of Unit version.Igor Sysoev1-1/+2
2017-10-20Version bump.Igor Sysoev2-3/+3
2017-10-19Added tag 0.2 for changeset b09757e4984eIgor Sysoev1-0/+1
2017-10-19Introduced deb packages building tools.0.2Andrei Belov39-3/+1367
2017-10-19Introduced rpm packages building tools.Andrei Belov21-1/+932
2017-10-19Fixing Go package build.Max Romanov5-14/+21
2017-10-19Added version 0.2 CHANGES.Igor Sysoev2-1/+84
2017-10-19Added changelogs generation tools.Andrei Belov7-0/+669
2017-10-19Fixed controller restarting.Valentin Bartenev2-24/+38