summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Always show the prompt (now also: <prompt> tag)Bob Weinand2014-10-201-9/+4
* Fix reading from remote on some *nixesBob Weinand2014-10-201-1/+2
* revert PHP_EOL changesAnatol Belski2014-10-191-10/+10
* don't use timeout for the remote prompt, recv() will block until input arrivesAnatol Belski2014-10-191-1/+1
* increase default recv timeout to 30 secondsAnatol Belski2014-10-191-1/+2
* fixed EOL transferred to the client side, fixed strftime fmt stringAnatol Belski2014-10-191-10/+10
* move these to use the mixed read/write routinesAnatol Belski2014-10-191-1/+1
* Fix for 5.4/5.5Bob Weinand2014-10-181-1/+1
* Fix execution of immediately following commandsBob Weinand2014-10-181-4/+4
* Fix ctrl characters handlingBob Weinand2014-10-151-0/+8
* Fix some compiler warningsBob Weinand2014-10-121-1/+1
* Maybe-fix for krakjoe/phpdbg#120, fixed remote on darwinBob Weinand2014-10-111-1/+5
* Put stack_verify in error buffer tooBob Weinand2014-10-081-2/+2
* Merge branch 'master' into xml-protocolBob Weinand2014-10-071-47/+74
|\
| * Use or instead of and for libedit and readlineBob Weinand2014-10-041-1/+1
| * Added support for a restricted ev (variables only) in async safe contextsBob Weinand2014-10-031-5/+1
| * Made some functions async safe and provide interactive shell in signal handlerBob Weinand2014-10-031-63/+66
| * Send a \x03 during execution to interrupt (POSIX only)Bob Weinand2014-09-281-31/+50
* | Merge branch 'master' into xml-protocolBob Weinand2014-09-251-1/+5
|\ \ | |/
| * Always add a newline before a warning or a noticeBob Weinand2014-09-251-1/+5
* | Fix breakpoints and listingBob Weinand2014-09-221-1/+6
* | A few general segfault fixesBob Weinand2014-09-221-0/+3
* | First draft of an xml protocolBob Weinand2014-09-211-118/+105
|/
* Fix readline/libedit (Thanks to @remicollet)Bob Weinand2014-06-291-3/+3
* buffer input to repeat commandskrakjoe2014-04-211-0/+21
* Updated version number to 0.4.0Bob Weinand2014-04-161-0/+3
* Fixed segfault when input == NULLBob Weinand2014-04-151-3/+6
* fix ts buildkrakjoe2014-02-241-2/+2
* set colors workingkrakjoe2014-02-231-13/+17
* do not allow abbreivation of anything without alias, fixes input for sh/evkrakjoe2014-02-211-4/+10
* call registerkrakjoe2014-02-211-1/+4
* ...krakjoe2014-02-211-1/+1
* verify noargskrakjoe2014-02-211-3/+11
* ...krakjoe2014-02-211-8/+14
* introduce proper support for file:#oplinekrakjoe2014-02-211-5/+18
* case insensitivekrakjoe2014-02-211-3/+3
* ...krakjoe2014-02-211-5/+0
* trim breaking commandskrakjoe2014-02-211-0/+10
* work on lexer to be more permissive (accept moar strings)krakjoe2014-02-191-90/+111
* remove input_tkrakjoe2014-02-191-30/+57
* work on parameters to commandskrakjoe2014-02-191-18/+140
* ...krakjoe2014-02-181-0/+192
* execute new stack nowkrakjoe2014-02-181-293/+6
* improve error reportingkrakjoe2014-02-161-4/+4
* modify command to parse arguments with lexer for testingzkrakjoe2014-02-161-1/+54
* fix bugsnet #66594, thanks ondrej@php.netkrakjoe2014-01-281-1/+1
* Merge branch PHP-5.6 of php-srcBob Weinand2014-01-191-1/+3
* Fixed order of instructions...Bob Weinand2014-01-181-1/+1
* Merge branch 'master' of ssh://github.com/krakjoe/phpdbgBob Weinand2014-01-181-13/+24
|\
| * Update yearBob Weinand2014-01-171-1/+1