summaryrefslogtreecommitdiff
path: root/core/rpc.c
Commit message (Expand)AuthorAgeFilesLines
* core, proto: replace uwsgi.h system includesSerge Bazanski2021-01-311-1/+1
* return register_rpc if name is >= UMAX8MRoci2019-10-251-0/+5
* core/rpc: fix resource leak in uwsgi_do_rpcRiccardo Magliocchetti2016-09-011-0/+1
* remote rpc packet len checkDarvame2016-02-141-2/+7
* request buffer_size is now 64bit (except for uwsgi protocol)Unbit2014-09-211-1/+1
* core/rpc: avoid double closeRiccardo Magliocchetti2014-08-161-1/+2
* avoid registering rpc functions too earlyRoberto De Ioris2014-05-121-0/+5
* added rpc hookUnbit2014-03-201-1/+5
* getting rid og dynamic options (step 1)Unbit2013-12-261-4/+4
* fixed rpc 64bit networking extensionUnbit2013-11-111-1/+3
* completed rpc 64bit network clientUnbit2013-11-111-1/+26
* first attempt of moving rpc output from 16 to 64 bitUnbit2013-11-111-7/+8
* allows non-request plugin to register rpc functionsUnbit2013-04-211-5/+5
* reimplementation of the cache networking protocol to be fully non-blockingUnbit2013-03-081-0/+1
* fork() safe rpc subsystemUnbit2013-03-061-3/+12
* allows mixing shared RPC with unsharedUnbit2013-03-031-1/+17
* the RPC subsystem is no more dependent on cowUnbit2013-03-031-15/+14
* another series of improvements for the jvmUnbit2013-03-031-1/+6
* rpc subsystem is now async/greenthreads friendlyUnbit2013-02-071-29/+35
* prepare dor async-friendly rpcUnbit2013-02-071-6/+6
* fixed indentationRoberto De Ioris2012-11-091-42/+43
* moved all of the c files to the core directoryroberto@quantal642012-07-091-0/+142