Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump v0.3restful_document.mergedAleksey Lim2012-06-231-1/+1
* Move hello page to server codeAleksey Lim2012-06-121-9/+0
* Reflect on ad changesAleksey Lim2012-06-122-5/+7
* More useful hello pageAleksey Lim2012-06-081-0/+9
* Set accept_language request attributeAleksey Lim2012-06-053-7/+43
* Fix redirectionAleksey Lim2012-06-031-1/+1
* Avoid traceback on 404 errorAleksey Lim2012-06-034-18/+18
* Actualize tests after ad changesAleksey Lim2012-06-011-0/+3
* Absent BLOBs raise NotFoundAleksey Lim2012-05-311-4/+1
* Polish design and avoid having high level logic variables on library levelAleksey Lim2012-05-246-49/+22
* Sweetch to new active_toolkit moduleAleksey Lim2012-05-247-9/+7
* Switch to CommandsProcessorAleksey Lim2012-05-195-38/+42
* Fix setting BLOBs in JSONAleksey Lim2012-05-182-6/+34
* Switch to active_document's sockets.pyAleksey Lim2012-05-183-137/+6
* More appropriate name for coroutine moduleAleksey Lim2012-05-153-7/+7
* Localize gevent usageAleksey Lim2012-05-154-16/+12
* Do not delete documents immediately to let synchronization possibleAleksey Lim2012-05-142-23/+31
* Optionally restrict events only by "sync"Aleksey Lim2012-05-135-12/+69
* Do not needless publish "props" in eventsAleksey Lim2012-05-111-0/+5
* Update codeletsAleksey Lim2012-05-102-1/+3
* Make subscribe_port option publicAleksey Lim2012-05-101-1/+1
* Simplify starting subscribe connectionAleksey Lim2012-05-104-46/+32
* Update codeletsAleksey Lim2012-05-101-1/+3
* Subscription iface changedAleksey Lim2012-05-094-39/+13
* Reuse Redirect exception from active_directoryAleksey Lim2012-05-083-13/+6
* Support multiple query argumentsAleksey Lim2012-05-083-1/+31
* Update codeletsAleksey Lim2012-05-081-20/+6
* Switch to active_document's commands processorAleksey Lim2012-05-088-428/+226
* Reply argument might be a list for getting document properties requestAleksey Lim2012-05-021-15/+18
* Update codeletsAleksey Lim2012-05-021-7/+31
* Handle deletion by changing "layers" propertyAleksey Lim2012-04-254-9/+28
* Remove not used codeAleksey Lim2012-04-251-227/+0
* Move high level code to final server applicationAleksey Lim2012-04-253-379/+2
* Implement simple TCP subscriptionsAleksey Lim2012-04-249-34/+388
* Remove incomplete auth code (to impelement it later, at once); allow RO acces...Aleksey Lim2012-04-243-43/+21
* Test needless slashes in requested pathAleksey Lim2012-04-243-3/+13
* Switch to codelets to start restful serverAleksey Lim2012-04-245-307/+295
* Actualize code to reflect on changes in depsAleksey Lim2012-04-246-51/+54
* Remove votes related code to add it laterAleksey Lim2012-04-171-47/+17
* Test authorizationrestful_document-votes.mergedAleksey Lim2012-04-164-189/+158
* Make sure that restful-document is a thin frontend for active-documentAleksey Lim2012-04-1610-485/+287
* More appropriate error messageAleksey Lim2012-04-131-1/+1
* Do not fail on empty BLOBs while sendingAleksey Lim2012-03-271-0/+2
* Set response header before starting data sending to avoid overriding content ...Aleksey Lim2012-03-261-5/+4
* Simplify gettign blobs by returning file-like objectAleksey Lim2012-03-251-2/+11
* Move sources repository to network projectAleksey Lim2012-03-252-6/+6
* Tune BLOBs support:Aleksey Lim2012-03-195-22/+49
* Treat deletes as changing layersAleksey Lim2012-03-192-6/+27
* Handle multi-part uploadsAleksey Lim2012-03-192-38/+47
* Stat blob propertiesAleksey Lim2012-03-173-2/+13