|
|
|
@77
|
[77]
|
3 weeks |
TaaviSannik |
Cleanup mod_status modifications.
Use "/server-status?peruser_stats" to …
|
|
|
|
@76
|
[76]
|
3 weeks |
TaaviSannik |
Fix SIGHUP not working properly after last commits.
Modified …
|
|
|
|
@75
|
[75]
|
4 weeks |
TaaviSannik |
Make idle_processors() to count STARTING children as idle.
Previously if …
|
|
|
|
@74
|
[74]
|
4 weeks |
TaaviSannik |
Fix 2 regressions in perform_server_maintenance().
- fixed main process …
|
|
|
|
@73
|
[73]
|
5 weeks |
TaaviSannik |
Remove the use of ap_child_table.
Previously peruser used a separate …
|
|
|
|
@72
|
[72]
|
5 weeks |
TaaviSannik |
Add some extra stats to the status hook.
- connections per server …
|
|
|
|
@71
|
[71]
|
5 weeks |
TaaviSannik |
Rewrite graceful restart.
Removed old graceful code and made peruser to …
|
|
|
|
@70
|
[70]
|
6 weeks |
TaaviSannik |
More regression fixes in determine_child_fate()
- fixed …
|
|
|
|
@69
|
[69]
|
6 weeks |
TaaviSannik |
Fix regression in perform_idle_server_maintenance().
The new rewritten …
|
|
|
|
@68
|
[68]
|
6 weeks |
TaaviSannik |
Trac ticket #2.
- fix not compiling when debug mode enabled.
- rewrote …
|
|
|
|
@67
|
[67]
|
6 weeks |
TaaviSannik |
Apache 2.2.16
Upgraded trunk to Apache 2.2.16.
|
|
|
|
@66
|
[66]
|
6 weeks |
TaaviSannik |
Trac ticket #2.
Fix "invalid virtualhost for this child".
This occurred …
|
|
|
|
@65
|
[65]
|
6 weeks |
TaaviSannik |
Code cleanup.
Reformatted the source code to be more compliant with …
|
|
|
|
@64
|
[64]
|
6 months |
TaaviSannik |
Missing changes (mainly) from base upgrade.
|
|
|
|
@63
|
[63]
|
6 months |
TaaviSannik |
Add changes from Peruser 0.4.0rc1.
|
|
|
|
@62
|
[62]
|
6 months |
TaaviSannik |
Upgrade base to apache 2.2.15.
|
|
|
|
@61
|
[61]
|
12 months |
TaaviSannik |
process_socket(): check for SSL support only when current_conn exists.
…
|
|
|
|
@60
|
[60]
|
12 months |
TaaviSannik |
Small fix to reduce log clutter.
- check for senv's error_pass when senv …
|
|
|
|
@59
|
[59]
|
12 months |
TaaviSannik |
Add backwards compatibility support for 0.3.0.
This change re-enables the …
|
|
|
|
@58
|
[58]
|
12 months |
TaaviSannik |
Rework the trunk and make preparations for 0.4.0 release.
The new trunk …
|
|
|
|
@57
|
[57]
|
13 months |
TaaviSannik |
dc: FreeBSD fixes.
There were mainly two reasons why peruser didnt work …
|
|
|
|
@56
|
[56]
|
15 months |
TaaviSannik |
Cleanup in peruser_pre_config() and ap_mpm_run().
The child_info_image is …
|
|
|
|
@55
|
[55]
|
16 months |
TaaviSannik |
dc: fix misleading comments about child status
This got changed …
|
|
|
|
@54
|
[54]
|
16 months |
TaaviSannik |
dc: reverted the new graceful implementation and did some cleanup.
The …
|
|
|
|
@53
|
[53]
|
17 months |
TaaviSannik |
Added DC's branch of subversion.
The v2 patch (distributed in mailing …
|
|
|
|
@52
|
[52]
|
3 years |
telana |
* compiler warning fixes
|
|
|
|
@51
|
[51]
|
3 years |
telana |
* Released peruser 0.3.0
|
|
|
|
@50
|
[50]
|
3 years |
telana |
From Rommer: #if -> #ifdef, fixed graceful restarts
|
|
|
|
@49
|
[49]
|
3 years |
telana |
* dump_server_env_image() from Rommer
* #ifdef MPM_PERUSER_DEBUG around …
|
|
|
|
@48
|
[48]
|
3 years |
telana |
* Rommer: clean up file descriptors on child startup
|
|
|
|
@47
|
[47]
|
3 years |
telana |
* Rommer: prevent server_env_image from being created twice
|
|
|
|
@46
|
[46]
|
3 years |
telana |
* Rommer: removed senv counter increment from child_add(), already called …
|
|
|
|
@45
|
[45]
|
3 years |
telana |
* Updated email addresses for Janno and Taavi
|
|
|
|
@44
|
[44]
|
3 years |
telana |
* added a bit of email address obfuscation, for whatever it's worth
|
|
|
|
@43
|
[43]
|
3 years |
telana |
* chdir() before chroot()
|
|
|
|
@42
|
[42]
|
3 years |
telana |
* Chroot path checks from gentoo
|
|
|
|
@41
|
[41]
|
3 years |
telana |
* Added AUTHORS file - let me know if I missed anyone
|
|
|
|
@40
|
[40]
|
3 years |
telana |
* Portability fix from bert@…
|
|
|
|
@39
|
[39]
|
3 years |
telana |
* Fix for 0.0.0.0 addresses from Rommer
|
|
|
|
@38
|
[38]
|
3 years |
telana |
* ExpireTimeout? fix from Rommer for new graceful restart code
|
|
|
|
@37
|
[37]
|
3 years |
telana |
* KeepAlive? support from Janno Sannik
|
|
|
|
@36
|
[36]
|
3 years |
telana |
* Release: 0.2.2
|
|
|
|
@35
|
[35]
|
3 years |
telana |
* Graceful restart fix from Taavi and Janno Sannik
|
|
|
|
@34
|
[34]
|
3 years |
telana |
* ServerLimit? fix from Taavi and Janno Sannik
|
|
|
|
@33
|
[33]
|
4 years |
telana |
* Released version 0.2.1
|
|
|
|
@32
|
[32]
|
4 years |
telana |
* removed unnecessary sleep(1) loop from pass_socket()
|
|
|
|
@31
|
[31]
|
4 years |
telana |
* Stefan Seufert's mod_status patch
|
|
|
|
@30
|
[30]
|
4 years |
telana |
* IdleTimeout? patch from Janno Sannik and Rommer
|
|
|
|
@29
|
[29]
|
4 years |
telana |
* fixes for APR 1.2
|
|
|
|
@28
|
[28]
|
4 years |
seuf |
* Fix possible null pointer derefence when apache core cannot create a
…
|
|
|
|
@27
|
[27]
|
5 years |
telana |
* Socket fixes from Stefan Seufert <stefan@…>
|
|
|
|
@26
|
[26]
|
5 years |
telana |
* Release 0.1.8
* Removed unnecessary sleep(1)
* Fixed "MinProcessors? 1" …
|
|
|
|
@25
|
[25]
|
5 years |
telana |
* Release 0.1.8
* Removed unnecessary sleep(1)
* Fixed "MinProcessors? 1" …
|
|
|
|
@24
|
[24]
|
5 years |
telana |
Branching 0.1.x
|
|
|
|
@23
|
[23]
|
5 years |
telana |
Brigade fix reinstated; requires apache 2.0.54+
|
|
|
|
@22
|
[22]
|
5 years |
telana |
* graceful restart now closes sockets in SENV table
* commented out …
|
|
|
|
@21
|
[21]
|
5 years |
telana |
Fix for webdav in 2.0.53+
|
|
|
|
@20
|
[20]
|
5 years |
telana |
* Only increment NUM_CHILDS when we actually add an entry to …
|
|
|
|
@19
|
[19]
|
5 years |
telana |
Peruser version 0.1.4
* Multiplexer now ignores MaxRequestsPerChild?
|
|
|
|
@18
|
[18]
|
5 years |
telana |
* Moved call to child_clone() in an attempt to resolve the deadlock issue …
|
|
|
|
@17
|
[17]
|
5 years |
telana |
Peruser version 0.1.3
|
|
|
|
@16
|
[16]
|
5 years |
telana |
Peruser version 0.1.2
|
|
|
|
@15
|
[15]
|
5 years |
telana |
Peruser version 0.1.1
|
|
|
|
@14
|
[14]
|
5 years |
telana |
Branching older releases, moving to new versioning scheme
|
|
|
|
@13
|
[13]
|
5 years |
telana |
Reorg for branches
|
|
|
|
@12
|
[12]
|
5 years |
telana |
Reorg for branches
|
|
|
|
@11
|
[11]
|
5 years |
telana |
Reorg for branches
|
|
|
|
@10
|
[10]
|
5 years |
telana |
Reorg for branches
|
|
|
|
@9
|
[9]
|
5 years |
telana |
Reorg for branches
|
|
|
|
@8
|
[8]
|
5 years |
telana |
Trunk creation
|
|
|
|
@7
|
[7]
|
5 years |
telana |
Peruser release 11
|
|
|
|
@6
|
[6]
|
5 years |
telana |
Peruser release 10
|
|
|
|
@5
|
[5]
|
5 years |
telana |
Peruser release 9
|
|
|
|
@4
|
[4]
|
5 years |
telana |
Peruser release 7
|
|
|
|
@3
|
[3]
|
5 years |
telana |
Peruser release 4
|
|
|
|
@2
|
[2]
|
5 years |
telana |
Peruser release 3
|
|
|
|
@1
|
[1]
|
5 years |
telana |
Peruser release 2
|