vkholodkov (Valery Kholodkov)

Name
Valery Kholodkov
Location
Amsterdam
Member Since
Dec 22, 2008 (11 months)

Following 0 githubbers and watching 9 repositories view all →

Public Repositories (6)

  • nginx-mogilefs-module

    MogileFS client for nginx

    legend

    Last updated Mon Nov 30 04:38:39 -0800 2009

  • nginx-upload-module

    A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1...

    legend

    Last updated Wed Nov 25 00:41:28 -0800 2009

  • nginx-eval-module

    A module for evaluating memcached or proxy response into variable

    legend

    Last updated Thu Jun 25 13:27:41 -0700 2009

  • cloud-bata-dase

    Cloud Bata Dase is a SQL-server with shared nothing architecture and significant scaleability

    legend

    Last updated Wed May 27 13:44:57 -0700 2009

  • nginx-upload-progress-module

    Nginx module implementing an upload progress system, that monitors RFC1867 POST uploads as they a...

    legend

    Forked from masterzen/nginx-upload-progress-module Mon Dec 22 10:59:10 -0800 2008

    Last updated Fri Apr 10 13:40:26 -0700 2009

  • libevent

    The libevent API provides a mechanism to execute a callback function when a specific event occurs...

    legend

    Forked from zeitgeist/libevent Thu Jan 29 07:36:26 -0800 2009

    Last updated Fri Jan 30 02:29:47 -0800 2009

Public Activity feed

vkholodkov pushed to master at vkholodkov/nginx-mogilefs-module Mon Nov 30 04:38:39 -0800 2009
HEAD is aa711011d95d15a9ad4cfb2cebd9f9156dd17a52
  • Valery Kholodkov committed aa711011:
    Status must be unsigned integer.
vkholodkov pushed to master at vkholodkov/nginx-mogilefs-module Thu Nov 26 05:32:47 -0800 2009
HEAD is 7338388e88b263a1152963903201b771f8695a50

3 commits »

vkholodkov pushed to 2.0 at vkholodkov/nginx-upload-module Wed Nov 25 00:41:28 -0800 2009
HEAD is b594115186ca7a4b239425dc5a975a16385511eb
  • Valery Kholodkov committed b5941151:
    If request method is not POST return HTTP 405 in order to simplify configuration.
vkholodkov pushed to 2.0 at vkholodkov/nginx-upload-module Tue Nov 24 12:53:44 -0800 2009
HEAD is d8b1a578ab30e6e400d802f5ace02e551b0c7be1
  • vkholodkov committed d8b1a578:
    Fixed bug: keepalive connection was hanging after upload has been completed.
vkholodkov created tag 2.0.11 at vkholodkov/nginx-upload-module Mon Nov 23 10:13:49 -0800 2009
vkholodkov pushed to 2.0 at vkholodkov/nginx-upload-module Wed Nov 18 07:18:20 -0800 2009
HEAD is e975232148add00e9572624e3d4653a0b494d700
  • Valery Kholodkov committed e9752321:
    Compatibility with nginx API 0.8.25 and greater
vkholodkov pushed to 2.0 at vkholodkov/nginx-upload-module Wed Nov 18 02:53:30 -0800 2009
HEAD is 5cd6778f981e1ffacc13c6604388fbc456bda7f9
  • Valery Kholodkov committed 5cd6778f:
    Added licence text on Russian
vkholodkov pushed to master at vkholodkov/nginx-mogilefs-module Tue Nov 17 12:51:01 -0800 2009
HEAD is 8a9fbc2e7c7114f75d093b388c852c663977d196
  • Valery Kholodkov committed 8a9fbc2e:
    Fixed problem with returning status from post-subrequest handler
vkholodkov pushed to master at vkholodkov/nginx-mogilefs-module Tue Nov 17 09:52:14 -0800 2009
HEAD is a756d7ddb28b7bf33f0655d9783aa68fbcb8c232

2 commits »

vkholodkov pushed to master at vkholodkov/nginx-mogilefs-module Tue Nov 17 04:06:54 -0800 2009
HEAD is 85efb63230d898d59e57ce6ea5d4da23ce20fb8e
  • nb committed 85efb632:
    Do not try to access `ctx->aux_params` if `ctx` is `NULL`
vkholodkov pushed to 2.0 at vkholodkov/nginx-upload-module Fri Nov 13 07:36:41 -0800 2009
HEAD is 480005130b3057a17bd9de7c502025fc7d089e2a
  • Valery Kholodkov committed 48000513:
    Variable $upload_file_number which indicates ordinal number of the file in the request
vkholodkov pushed to 2.0 at vkholodkov/nginx-upload-module Thu Nov 12 07:51:11 -0800 2009
HEAD is b61b57a39df359f7e318540c67ccc52068973ba9
  • Valery Kholodkov committed b61b57a3:
    Updated Changeslog
vkholodkov pushed to master at vkholodkov/nginx-mogilefs-module Mon Nov 09 01:05:52 -0800 2009
HEAD is 2615228625dcf5b6289591c3700b0a7b3eb64756
  • Valery Kholodkov committed 26152286:
    create_open command and create_close command now cannot be sent to different trackers
vkholodkov closed issue 2 on vkholodkov/nginx-upload-module Thu Oct 22 01:27:05 -0700 2009
invalid digit "9" in octal constant when compiling against nginx 0.6.39
vkholodkov pushed to master at vkholodkov/nginx-mogilefs-module Wed Oct 21 05:09:57 -0700 2009
HEAD is 3f6494069b0db7e746759e244e3232f5167ea6b5
  • Valery Kholodkov committed 3f649406:
    size parameter is now send with create_close command