Activity for nginx-clojure

  • nginx-clojure nginx-clojure released /nginx-clojure-0.6.0.tar.gz

  • nginx-clojure nginx-clojure released /nginx-clojure-0.5.3.tar.gz

  • nginx-clojure nginx-clojure released /nginx-clojure-0.5.2.tar.gz

  • nginx-clojure nginx-clojure released /nginx-clojure-0.5.1.tar.gz

  • nginx-clojure nginx-clojure released /nginx-clojure-0.5.0.tar.gz

  • nginx-clojure nginx-clojure released /nginx-clojure-0.4.5.tar.gz

  • xfeep xfeep committed [7c0e7f]

    prepare for release v0.4.5

  • xfeep xfeep committed [e631af]

    fix tests for v0.4.5

  • xfeep xfeep committed [21d594]

    prepare for release v0.4.5

  • xfeep xfeep committed [762103]

    more safe handling with header x-forwarded-for

  • xfeep xfeep committed [22b74f]

    change version to 0.4.5

  • xfeep xfeep committed [ed5b4c]

    fix some compile warnings

  • xfeep xfeep committed [47c9da]

    add keySet/valueSet in shared map for debug usage & fix typo errors

  • xfeep xfeep committed [60bf3a]

    add set-cookie test & update gitignore

  • xfeep xfeep committed [212995]

    add keySet/valueSet in shared map for debug usage & fix typo errors

  • xfeep xfeep committed [57e14e]

    add set-cookie test & update gitignore

  • xfeep xfeep committed [0375b2]

    make body filter more safe under thread-pool mode

  • xfeep xfeep committed [7f7752]

    safely handle reload delay timer

  • xfeep xfeep committed [90a596]

    ignore eclipse project files

  • xfeep xfeep committed [61bd3a]

    #170 fix bug about multiple cookies in headers map

  • xfeep xfeep committed [9b468c]

    try to make body filter work with thread pool mode

  • xfeep xfeep committed [17c17d]

    print more info about NginxBridgeHandler relat...

  • xfeep xfeep committed [a07ac9]

    bug #156 On MacOSX thread pool mode doesn't wor...

  • xfeep xfeep committed [6e6a36]

    for #122 Can't access ring request data in Sent...

  • xfeep xfeep committed [e396f8]

    fix NPE about jdk8 lambdas get null class names...

  • xfeep xfeep committed [1f9ec0]

    try to fix issue #142 NGX_HAVE_SHA1 not exists ...

  • xfeep xfeep committed [f09bcb]

    #140 remove content-length in reponse headers w...

  • xfeep xfeep committed [836e0c]

    for #140 remove unused variable

  • xfeep xfeep committed [140010]

    #140 fix bug about too many empty chunks and so...

  • xfeep xfeep committed [45c8e1]

    try to use $JAVA_HOME to detect jvm when jvm_pa...

  • xfeep xfeep committed [a27f99]

    fix NPE when multiple rewrite handlers are invo...

  • xfeep xfeep committed [ec59f7]

    nginx-jersey can use Jersey Application

  • xfeep xfeep committed [0bfbbc]

    fix bug about "zero size buf in writer"

  • Andrew Hutchings committed [e6b6d3]

    Fix segfault with no http block

  • Zhang,Yuexiang committed [c3c61b]

    Merge pull request #124 from LinuxJedi/fix_segf...

  • xfeep xfeep committed [fcedd3]

    Merge branch 'master' of https://github.com/ngi...

  • Andrew Hutchings committed [2006bb]

    Make compatible with non-C99

  • xfeep xfeep committed [8fe47f]

    comment some lines in nginx-jersey readme file

  • Zhang,Yuexiang committed [e07836]

    Merge pull request #120 from LinuxJedi/dynamic-...

  • 99999 committed [892bdb]

    nginx-clojure can now be compiled as a dynamic ...

  • xfeep xfeep committed [ff6832]

    For #121 Compile error against NGINX 1.11

  • Andrew Hutchings committed [dbc63f]

    Cleanup conversion to dynamic modules

  • xfeep xfeep committed [551b9d]

    correct http status in http streaming write exa...

  • xfeep xfeep committed [d19c68]

    make embedded nginx-clojure work with nginx ver...

  • xfeep xfeep committed [c2b584]

    fix body filter FileNotFoundException when upst...

  • xfeep xfeep committed [b3fe5a]

    take care of null body in a body filter

  • xfeep xfeep committed [7a3131]

    For #118 nginx reload will cause connection res...

  • xfeep xfeep committed [87c488]

    implements NginxChainWrappedInputStream.available

  • xfeep xfeep committed [3a05c6]

    issue #111 Header filter can not change respons...

  • nginx-clojure nginx-clojure released /nginx-clojure-0.4.4.tar.gz

  • xfeep xfeep committed [326a09]

    prepare for v0.4.4

  • xfeep xfeep committed [0fac5b]

    fix compile warnings with gcc 4.8

  • xfeep xfeep committed [d6b216]

    remove useless variable to fix compile error #109

  • xfeep xfeep committed [bd28f4]

    change license year to 2016

  • xfeep xfeep committed [bf15c2]

    Support #109 Read request body by event callback

  • xfeep xfeep committed [56ef53]

    Error message instead of NPE when fail to detec...

  • xfeep xfeep committed [6355fa]

    Fix FD leak in body filter(when resp body is a ...

  • xfeep xfeep committed [ec418b]

    some unit tests about #107

  • xfeep xfeep committed [ebd58f]

    only formating few lines of code

  • xfeep xfeep committed [1dd77d]

    For #107 Support Nginx Java body filter

  • xfeep xfeep committed [003170]

    For #107 Body filter by Clojure

  • xfeep xfeep committed [8a09dc]

    for#106: 500 (internal server error) returns wh...

  • xfeep xfeep committed [c46747]

    fix compile error with nginx 1.4.7 #103

  • xfeep xfeep committed [9b2680]

    in c module integrating example remove unnecess...

  • xfeep xfeep committed [a08fca]

    typo error the--> get

  • xfeep xfeep committed [6ac6ce]

    HelloHandler-->MyHandler

  • xfeep xfeep committed [fccab9]

    export ngx_http_clojure_shared_map_get_map to h...

  • xfeep xfeep committed [7a4e43]

    fix some typo errors

  • xfeep xfeep committed [fd1cab]

    add an integration example for C module

  • xfeep xfeep committed [d1f9f6]

    add checking return value from setegid/seteuid

  • xfeep xfeep committed [59e2b7]

    append headers to HTTP_INCS so that other modul...

  • xfeep xfeep committed [4fb6c2]

    update doc: clojars rep for nginx-jersey

  • xfeep xfeep committed [be8cf2]

    remove unusable invoking of fixDefaultRequestArray

  • xfeep xfeep committed [032470]

    update nginx-clojure-embed doc : v0.4.2 -> 0.4.3

  • xfeep xfeep committed [df8144]

    fix some typo errors

  • xfeep xfeep committed [1080b2]

    remove use of fstatat for glibc < 2.4 #103

  • xfeep xfeep committed [90080e]

    example: fix download file name

  • xfeep xfeep committed [b4bbfc]

    remove unusable command

  • xfeep xfeep committed [655548]

    example proect: fix wrong lein run command

  • xfeep xfeep committed [3688d8]

    update links in readme

  • xfeep xfeep committed [5d0e23]

    format readme

  • xfeep xfeep committed [34b8f4]

    subproject nginx-tomcat8 tests with tomcat 8.0.28

  • xfeep xfeep committed [8cc9b0]

    update history and readme for v0.4.3

  • xfeep xfeep committed [db1c1c]

    tiny-->tinymap in several testing configuration...

  • xfeep xfeep committed [09c219]

    in readme:0.4.2-->0.4.3

  • xfeep xfeep committed [c2dec7]

    update example project

  • xfeep xfeep committed [2bcea7]

    add some comments and update subproject deps ve...

  • nginx-clojure nginx-clojure released /nginx-clojure-0.4.3.tar.gz

  • xfeep xfeep committed [ecb206]

    build script:change build temp path

  • xfeep xfeep committed [e72100]

    sub projects bump dependency version of main pr...

  • xfeep xfeep committed [f3d01f]

    be friendly to mock unit tests (issue #101)

  • xfeep xfeep committed [4d80a6]

    for macosx : some modification about classpath ...

  • xfeep xfeep committed [ef8313]

    be friendly to tomcat access logging

  • xfeep xfeep committed [7e4f61]

    rearrange layout of hash map entry(on 64-bit us...

  • xfeep xfeep committed [8d395b]

    add socket timeout for some testing

  • xfeep xfeep committed [67e449]

    #if windows, fix typo error: uint864_t -> uint64_t

  • xfeep xfeep committed [b90b6c]

    Bug Fix: HackUtil.decode decodes unnecessary ch...

  • xfeep xfeep committed [9b19f0]

    Initialize a fake shared pool to make sure ngx_...

  • xfeep xfeep committed [52d20b]

    fix some compile warnings on some 32bit OS

  • xfeep xfeep committed [87d537]

    add an unexpected error checking about broadcas...

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.