summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* protocol: pass the size of the data in the WRITE on-wire FOPNiels de Vos2014-02-102-0/+2
* Revert "core: fix errno for non-existent GFID"Vijay Bellur2013-12-242-4/+3
* protocol/client: handle network disconnect/reconnect properlyAnand Avati2013-12-031-0/+1
* core: fix errno for non-existent GFIDAnand Avati2013-11-262-3/+4
* dual license: update remaining files with correct license textKaleb S. KEITHLEY2013-10-302-26/+8
* core: increase the auxillary group limit to 65536Anand Avati2013-09-091-0/+3
* license: xlators/protocol/server dual license GPLv2 and LGPLv3+Kaleb S. KEITHLEY2013-04-1210-145/+57
* rpc: bring in root-squashing behavior in rpcRaghavendra Bhat2013-03-041-0/+9
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-074-4/+4
* protocol/client: Avoid double free of framePranith Kumar K2013-02-041-2/+1
* protocol/server: upon server_connection_put, set xl_private of the transport toRaghavendra Bhat2013-02-031-2/+10
* protocol/client: Periodically attempt reopensPranith Kumar K2013-02-035-93/+263
* protocol/client: Add fdctx back to saved-list after reopenPranith Kumar K2013-02-034-451/+76
* glusterfs : Moved option files, and statedumps from /tmpAvra Sengupta2013-01-292-2/+3
* glusterd/cli: Updated the options descriptions for "volume set help"Avra Sengupta2013-01-212-3/+9
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-211-4/+2
* protocol/server: do server_connection_put only if bound_xl is NULLRaghavendra Bhat2013-01-161-1/+1
* protocol/client: print a message regarding brick status in case of failureKrutika Dhananjay2012-12-201-1/+3
* core: remove all the 'inner' functions in codebaseAmar Tumballi2012-12-194-120/+145
* protocol/server: Do not access key after GF_FREE in _delete_auth_opt()Krutika Dhananjay2012-12-191-11/+18
* Fix xdr_to_generic success checkKaushal M2012-12-092-49/+133
* protocol/client: log ENOENT errors in debug mode.Raghavendra Bhat2012-12-041-2/+3
* protocol/client: add an option to filter O_DIRECT flag in openAmar Tumballi2012-11-282-2/+26
* protocols: Suppress getxattr log when errno is ENOENTPranith Kumar K2012-10-282-2/+5
* protocol/client: Conditional logging in client3_3_unlink_cbkVenkatesh Somyajulu2012-10-121-1/+5
* client-handshake: synchronize config.remote_port setting b/wRaghavendra G2012-10-111-0/+1
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-034-8/+15
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-034-8/+8
* build: remove -nostartfiles flagJeff Darcy2012-10-024-4/+4
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-014-5/+5
* protocol/client: quick-reconnect after portmap queryAnand Avati2012-09-253-1/+11
* protocol/server: put the connection back if setvolume failsRaghavendra Bhat2012-09-251-1/+7
* logging: log ENOENT errors in DEBUG mode instead of ERROR or INFORaghavendra Bhat2012-09-171-1/+2
* protocol/server: dump the ltable and fd table related inodes onlyRaghavendra Bhat2012-09-172-19/+87
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-064-92/+102
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-202-56/+49
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-8/+2
* protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-021-11/+29
* protocol/client: Fix negative return in client_setvolumeKrutika Dhananjay2012-08-011-2/+3
* rpc-transport/socket: Add SSL support.Jeff Darcy2012-07-171-1/+2
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-1310-498/+247
* protocol/server: return 'xdata' even in case of errorAmar Tumballi2012-07-121-126/+133
* rpc: variable name changesAmar Tumballi2012-07-126-306/+306
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-112-4/+5
* core: remove unused codeAmar Tumballi2012-07-1139-23720/+0
* xlators/protocol: better filenameAmar Tumballi2012-07-044-3/+4
* protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCLPranith Kumar K2012-06-193-9/+5
* protocol/client: Remember the gfid of opened fdPranith Kumar K2012-06-063-112/+107
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-053-2/+8
* replicate: default read_child to a local brick if there is one.Jeff Darcy2012-06-051-2/+2