add keySet/valueSet in shared map for debug usage & fix typo errors
fix some compile warnings
prepare for release v0.4.5
more safe handling with header x-forwarded-for
fix tests for v0.4.5
change version to 0.4.5
prepare for release v0.4.5
safely handle reload delay timer
add set-cookie test & update gitignore
add set-cookie test & update gitignore
ignore eclipse project files
make body filter more safe under thread-pool mode
add keySet/valueSet in shared map for debug usage & fix typo errors
try to make body filter work with thread pool mode
#170 fix bug about multiple cookies in headers map
print more info about NginxBridgeHandler relat...
bug #156 On MacOSX thread pool mode doesn't wor...
for #122 Can't access ring request data in Sent...
fix NPE about jdk8 lambdas get null class names...
try to fix issue #142 NGX_HAVE_SHA1 not exists ...
#140 remove content-length in reponse headers w...
for #140 remove unused variable
#140 fix bug about too many empty chunks and so...
try to use $JAVA_HOME to detect jvm when jvm_pa...
fix NPE when multiple rewrite handlers are invo...
nginx-jersey can use Jersey Application
fix bug about "zero size buf in writer"
Merge branch 'master' of https://github.com/ngi...
comment some lines in nginx-jersey readme file
For #121 Compile error against NGINX 1.11
correct http status in http streaming write exa...
make embedded nginx-clojure work with nginx ver...
fix body filter FileNotFoundException when upst...
take care of null body in a body filter
implements NginxChainWrappedInputStream.available
For #118 nginx reload will cause connection res...
issue #111 Header filter can not change respons...
prepare for v0.4.4
fix compile warnings with gcc 4.8
remove useless variable to fix compile error #109
change license year to 2016
Support #109 Read request body by event callback
Error message instead of NPE when fail to detec...
Fix FD leak in body filter(when resp body is a ...
only formating few lines of code
For #107 Body filter by Clojure
some unit tests about #107
For #107 Support Nginx Java body filter
for#106: 500 (internal server error) returns wh...
fix compile error with nginx 1.4.7 #103
in c module integrating example remove unnecess...
typo error the--> get
HelloHandler-->MyHandler
fix some typo errors
export ngx_http_clojure_shared_map_get_map to h...
add checking return value from setegid/seteuid
append headers to HTTP_INCS so that other modul...
add an integration example for C module
update doc: clojars rep for nginx-jersey
update nginx-clojure-embed doc : v0.4.2 -> 0.4.3
remove unusable invoking of fixDefaultRequestArray
fix some typo errors
remove use of fstatat for glibc < 2.4 #103
example: fix download file name
remove unusable command
example proect: fix wrong lein run command
update links in readme
format readme
add some comments and update subproject deps ve...
update history and readme for v0.4.3
in readme:0.4.2-->0.4.3
tiny-->tinymap in several testing configuration...
subproject nginx-tomcat8 tests with tomcat 8.0.28
update example project
sub projects bump dependency version of main pr...
build script:change build temp path
be friendly to mock unit tests (issue #101)
rearrange layout of hash map entry(on 64-bit us...
for macosx : some modification about classpath ...
be friendly to tomcat access logging
add socket timeout for some testing
Initialize a fake shared pool to make sure ngx_...
add an unexpected error checking about broadcas...
Bug Fix: HackUtil.decode decodes unnecessary ch...
fix some compile warnings on some 32bit OS
#if windows, fix typo error: uint864_t -> uint64_t
fix crash when both open_file_cache and thread ...
update tests for coming release 0.4.3
add byte[] tests of shared map implementations
fix int key bug in hashmap and add tests about ...
setting map table bytes to zero is needed really
remove unusable code in shared map implementations
Fix compile errors when no sha1-implementation/...
for u_char* use ngx_strlen instead of strlen
#83 had been fixed since v0.4.1 so need not set...
avoid null pointer access when jvm_classpath is...
implement clear() of shared map
fix some compile errors and make plain tests pa...
fix: on an embeded server setting working direc...
add directive `jvm_classpath` and `jvm_classpat...