summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* cli,glusterd: Changes to cli-glusterd communicationKaushal M2013-10-171-14/+42
* log: set ident to openlogBala.FA2013-08-131-1/+2
* Better mechanism to handle memory accountingVijay Bellur2013-02-171-0/+2
* glusterfs : Moved option files, and statedumps from /tmpAvra Sengupta2013-01-291-0/+5
* Fix format security errors with hardening build flagsNiels de Vos2013-01-161-2/+2
* cli: cmd history echoes the last command string word twice with --mode=scriptKrutika Dhananjay2012-12-071-0/+2
* cli: add print-logdir optionKrutika Dhananjay2012-12-071-1/+6
* cli: introduce "--" as option terminatorCsaba Henk2012-10-111-0/+14
* cli: Changes and enhancements to XML outputKaushal M2012-10-111-0/+4
* All: License message changeVarun Shastry2012-09-131-7/+6
* All: License message changeVarun Shastry2012-08-281-14/+5
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-7/+10
* glusterfs_ctx_t: un-globalize the filesystem contextAnand Avati2012-07-171-1/+2
* common-utils: implement generate_glusterfs_ctx_id()Anand Avati2012-07-171-36/+1
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-4/+2
* Use inet as default listenerEmmanuel Dreyfus2012-06-011-1/+1
* core: canonicalize pathsRajesh Amaravathi2012-05-221-64/+0
* cli: implement a fn 'cli_err()' to send error messages to 'stderr'Amar Tumballi2012-04-251-1/+25
* cli: do not put the frame->local to mempool since its a calloced structureRaghavendra Bhat2012-04-181-0/+4
* core: dict allocations through mem-poolAmar Tumballi2012-03-141-0/+12
* glusterfsd: Unref iobuf after using itPranith Kumar K2012-03-051-0/+2
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-7/+6
* cli: Enable output in XMLKaushal M2012-02-151-0/+5
* libglusterfs/iobuf: have fixed number of arenasAmar Tumballi2011-12-071-1/+1
* cli: add --log-{file,level} optionsCsaba Henk2011-09-121-16/+25
* cli: fix option parsing bug which implied that only a single option can be usedCsaba Henk2011-09-121-0/+2
* cli: reimplement "--version" without excess bloatCsaba Henk2011-09-121-0/+5
* Revert "cli: Only admin should run gluster CLI"Csaba Henk2011-09-121-5/+0
* Revert "cli: gluster --version implementation"Csaba Henk2011-09-121-59/+15
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-12/+0
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-19/+20
* mgmt/glusterd, cli: Introduce gluster volume status <volname>Vijay Bellur2011-08-191-0/+11
* Change Copyright current yearPranith Kumar K2011-08-101-2/+2
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-4/+4
* Remove redundant function `cli_path_strip_trailing_slashes'.Sachidananda Urs2011-07-311-20/+0
* Variable IOBUF: Use variable iobuf for cli/glusterd/glusterfsd(mgmt)shishir gowda2011-07-311-3/+5
* Canonicalize path names while creating volumes.Sachidananda2011-07-171-0/+64
* Glusterd: IPV6 support for glusterfs.Gaurav2011-07-141-1/+1
* cli: Exit if glusterd is not operational in non-prompt modesVijay Bellur2011-07-111-0/+6
* cli: bring in format checking option for 'cli_out()'Amar Tumballi2011-05-311-1/+1
* cli: add log file for cli instead of '/dev/null'Amar Tumballi2011-04-141-8/+12
* glusterfsd: log enhancementAmar Tumballi2011-03-171-2/+1
* cli: gluster profile CLIPranith K2011-03-101-4/+5
* rpc: Changes for handling unix domain sockets avoid racePranith K2011-03-101-1/+1
* glusterd: separate out cli specific programs and mgmt specific programsAmar Tumballi2011-03-011-2/+2
* use rpc_clnt_{new,start} (), instead of rpc_clnt_init();Amar Tumballi2011-01-271-3/+10
* Add corresponding va_end.Sachidananda2011-01-071-0/+1
* cli: remove duplication of cmd helpPranith K2010-12-141-0/+12
* cli: fix issues with running command over sshAmar Tumballi2010-11-131-1/+1