branches with status:
Name Status Last Modified Last Commit
lp://staging/~titusx/nginx/mainline 2 Mature 2023-10-18 01:30:11 UTC
7217. Core: changed ngx_queue_sort() to use...

Author: Maxim Dounin
Revision Date: 2023-10-18 01:30:11 UTC

Core: changed ngx_queue_sort() to use merge sort.

This improves nginx startup times significantly when using very large number
of locations due to computational complexity of the sorting algorithm being
used: insertion sort is O(n*n) on average, while merge sort is O(n*log(n)).
In particular, in a test configuration with 20k locations total startup
time is reduced from 8 seconds to 0.9 seconds.

Prodded by Yusuke Nojima,
https://mailman.nginx.org/pipermail/nginx-devel/2023-September/NUL3Y2FPPFSHMPTFTL65KXSXNTX3NQMK.html

lp://staging/~titusx/nginx/module-headers-more 2 Mature 2020-10-01 15:09:05 UTC
252. travis-ci: bumped the NGINX core to 1...

Author: Johnny
Revision Date: 2020-10-01 15:09:05 UTC

travis-ci: bumped the NGINX core to 1.19.3. (#114)

lp://staging/~titusx/nginx/module-substitutions 2 Mature 2019-08-06 08:32:00 UTC
68. Merge pull request #19 from kriegsman...

Author: HouRay
Revision Date: 2019-08-06 08:32:00 UTC

Merge pull request #19 from kriegsmanj/master

Feature: nginx dynamic module support

fix #32 as well

lp://staging/~titusx/nginx/module-echo 2 Mature 2019-08-01 17:24:22 UTC
467. bugfix: config: avoided an error with...

Author: Thibault Charbonnier
Revision Date: 2019-08-01 17:24:22 UTC

bugfix: config: avoided an error with NGINX 1.17.0 and above.

The postpone filter is unconditionally enabled with NGINX 1.17.0 and
above.

See:

https://github.com/nginx/nginx/commit/a39380a41e7d7ceeda2c0526c5df474f158c6a53

lp://staging/~titusx/nginx/module-dav-ext 2 Mature 2018-12-17 08:45:12 UTC
117. Fixed matching If tags.

Author: Roman Arutyunyan
Revision Date: 2018-12-17 08:45:12 UTC

Fixed matching If tags.

lp://staging/~titusx/nginx/module-naxsi 2 Mature 2018-02-20 10:28:32 UTC
444. fix issue #362 (#411) * fix #362 : e...

Author: Thibault bui Koechlin
Revision Date: 2018-02-20 10:28:32 UTC

fix issue #362 (#411)

* fix #362 : encoding of NAXSI_EXLOG and NAXSI_FMT

lp://staging/~titusx/nginx/module-devel-kit 2 Mature 2018-01-15 03:49:52 UTC
25. Update LICENSE

Author: Marcus Clyne
Revision Date: 2018-01-15 03:49:52 UTC

Update LICENSE

lp://staging/~titusx/nginx/module-upload-progress 2 Mature 2016-08-03 07:02:38 UTC
77. New version 0.9.2 This module can no...

Author: Brice Figureau
Revision Date: 2016-08-03 07:02:38 UTC

New version 0.9.2

This module can now be compiled as a nginx dynamic module.

lp://staging/~titusx/nginx/module-auth-pam 2 Mature 2016-04-06 08:57:53 UTC
11. Update changelog

Author: Sergio Talens-Oliag
Revision Date: 2016-04-06 08:57:53 UTC

Update changelog

lp://staging/~titusx/nginx/module-fancyindex 2 Mature 2016-02-15 23:31:04 UTC
120. Merge pull request #39 from TPXP/add_...

Author: Adrian Perez
Revision Date: 2016-02-15 23:31:04 UTC

Merge pull request #39 from TPXP/add_show_path

Add the 'show_path' configuration directive

lp://staging/~titusx/nginx/module-http-push 2 Mature 2015-12-01 19:18:43 UTC
952. package link?..

Author: leop
Revision Date: 2015-12-01 19:18:43 UTC

package link?..

lp://staging/~titusx/nginx/stable-1.8 1 Development 2015-08-24 13:23:04 UTC This branch has not been imported yet.
lp://staging/~titusx/nginx/module-lua-0.9.15 2 Mature 2015-03-05 10:08:43 UTC
1. initial commit

Author: TitusX
Revision Date: 2015-03-05 10:07:46 UTC

initial commit

lp://staging/~titusx/+junk/rules-nginx-stable 1 Development 2015-02-11 16:47:35 UTC
2. rules updated to 1.6.2-5, naxsi removed

Author: TitusX
Revision Date: 2015-02-11 16:47:35 UTC

rules updated to 1.6.2-5, naxsi removed

lp://staging/~titusx/+junk/rules-tengine-edge 1 Development 2015-02-11 16:14:27 UTC
4. rules updated to 1.6.2-5, naxsi removed

Author: TitusX
Revision Date: 2015-02-11 16:14:27 UTC

rules updated to 1.6.2-5, naxsi removed

lp://staging/~titusx/+junk/rules-nginx-edge 1 Development 2015-02-11 15:56:44 UTC
4. rules updated to 1.6.2-5, naxsi removed

Author: TitusX
Revision Date: 2015-02-11 15:56:44 UTC

rules updated to 1.6.2-5, naxsi removed

lp://staging/~titusx/nginx/debian-1.6.2-5 2 Mature 2015-02-11 15:49:04 UTC
1. import from anonscm.debian.org, rules...

Author: TitusX
Revision Date: 2015-02-11 15:48:50 UTC

import from anonscm.debian.org, rules renamed

lp://staging/~titusx/nginx/module-cache-purge 2 Mature 2014-12-23 12:01:15 UTC
58. Update CHANGES (releng for 2.3). Cha...

Author: Piotr Sikora
Revision Date: 2014-12-23 12:01:15 UTC

Update CHANGES (releng for 2.3).

Change-Id: Ifde07e2134555c8439ddadd68052addc3a9e159c
Signed-off-by: Piotr Sikora <piotr.sikora@frickle.com>

lp://staging/~titusx/nginx/module-auth-pam-1.3 2 Mature 2014-11-25 11:37:53 UTC
1. initial commit

Author: TitusX
Revision Date: 2014-05-03 19:29:19 UTC

initial commit

lp://staging/~titusx/nginx/module-upstream-fair 2 Mature 2014-05-03 11:19:31 UTC
64. Merge pull request #8 from mikegagnon...

Author: Grzegorz Nosek
Revision Date: 2012-04-08 14:03:04 UTC

Merge pull request #8 from mikegagnon/master

fixed off-by-one bug in the calculation of shm_name->len

120 of 20 results