]> granicus.if.org Git - php/shortlog
php
2014-10-29 Bob WeinandMerge php-src into phpdbg
2014-10-29 Bob WeinandEnable shared builds for webhelper
2014-10-29 Remi Colletcleanup uneeded json
2014-10-28 Bob WeinandMerge phpdbg into PHP-5.6
2014-10-28 Bob WeinandRemoved last HAVE_JSON check
2014-10-28 Bob WeinandMerge phpdbg into PHP-5.6
2014-10-28 Bob WeinandFix versions & config.m4
2014-10-28 Bob WeinandMerge ../phpdbg into PHP-5.6
2014-10-28 Bob WeinandUse serialize instead of json for transfer
2014-10-28 Bob WeinandAdd webhelper in config.w32
2014-10-28 Bob WeinandMerge php-src into phpdbg
2014-10-28 Remi Colletfix phpdbg build when src tree != build tree
2014-10-28 Bob WeinandRemove the ugly hack via a temp file to store breakpoints
2014-10-28 Bob WeinandTypo (notfoundc => notfound)
2014-10-28 Bob WeinandFix quitting on a second run
2014-10-28 Bob WeinandFix wrong exec length on relative paths
2014-10-28 Bob WeinandFix possibly unclosed <stream> tags
2014-10-28 Bob WeinandFix potential segfaults and unresolved breaks
2014-10-28 Bob Weinand*Always* clean up and run destructors
2014-10-28 Bob WeinandRemove the ugly hack via a temp file to store breakpoints
2014-10-28 Bob WeinandTypo (notfoundc => notfound)
2014-10-28 Bob WeinandFix quitting on a second run
2014-10-28 Bob WeinandFix wrong exec length on relative paths
2014-10-28 Bob WeinandFix possibly unclosed <stream> tags
2014-10-28 Bob WeinandFix potential segfaults and unresolved breaks
2014-10-28 Bob Weinand*Always* clean up and run destructors
2014-10-27 Bob WeinandMerge phpdbg into PHP-5.6
2014-10-27 Bob WeinandFix resolving breakpoints of already loaded files
2014-10-27 Bob WeinandNever exist xml mode...
2014-10-27 Bob WeinandMerge phpdbg into PHP-5.6
2014-10-27 Bob WeinandFix failing quit when quitting during execution
2014-10-27 Bob WeinandFix segfault when cleaning without execution context
2014-10-27 Bob WeinandFix listening on port
2014-10-27 Anatol BelskiMerge branch 'master' of github.com:krakjoe/phpdbg
2014-10-27 Anatol Belskiimprove the current sigio handling on win32
2014-10-26 Bob WeinandDo not execute anything after quit or clean command
2014-10-26 Bob WeinandFix last commit, and do not output unnecessary information
2014-10-26 Bob WeinandStabilize execution, always run destructors and extende...
2014-10-26 Bob WeinandFix nullptr dereference in clean without exec context
2014-10-26 krakjoeremove dodgy param parser, bring userland breakpoint...
2014-10-26 krakjoedisable output buffering by default
2014-10-26 Bob WeinandAdd question to reset execution in run/exec/clean
2014-10-26 Bob WeinandDo not execute anything after quit or clean command
2014-10-26 Bob WeinandFix last commit, and do not output unnecessary information
2014-10-26 Bob WeinandStabilize execution, always run destructors and extende...
2014-10-26 Bob WeinandFix nullptr dereference in clean without exec context
2014-10-26 krakjoeremove dodgy param parser, bring userland breakpoint...
2014-10-26 krakjoedisable output buffering by default
2014-10-26 Bob WeinandAdd question to reset execution in run/exec/clean
2014-10-25 Bob WeinandMerge phpdbg into PHP-5.6
2014-10-25 Bob WeinandFix phpdbg output when outputting via php with active...
2014-10-25 Bob WeinandSet engine back to initial state after fatal-ed ev...
2014-10-25 Bob WeinandFix eventual stack overflow after clean cmd
2014-10-25 Bob WeinandFix listing of files with no absolute path
2014-10-25 Anatol Belskistdint will be included in the win32 variant, so don...
2014-10-24 Bob WeinandMerge phpdbg into PHP-5.6
2014-10-24 Bob WeinandMake xml valid (missing space between attrs)
2014-10-24 Bob WeinandFix info classes file name in xml
2014-10-24 Bob WeinandAdd note about <eval> tag for errors in xml.md
2014-10-24 Bob WeinandName the tag <eval> if the error id during ev cmd
2014-10-24 Bob WeinandDo not print out xml as PHP print...
2014-10-24 Bob WeinandFix output to wrong function
2014-10-24 Bob WeinandFixed parameter order on %.*s
2014-10-23 Bob WeinandToo much copypaste...
2014-10-23 Bob WeinandAdd xml formatted deep dump of return value from ev
2014-10-23 Bob WeinandFix some compiler warnings
2014-10-23 Bob WeinandMove phpdbg_print and helper functions to phpdbg_out.*
2014-10-23 Bob WeinandDo not use int8_t when it is useless...
2014-10-23 Bob WeinandFixed frame numbering in xml output
2014-10-23 Bob WeinandDo not display dots in xml output for i v/i d
2014-10-22 Bob WeinandTry fixing 5.4 and 5.5 build, again
2014-10-21 Anatol Belskiadd comment
2014-10-21 Anatol Belskirestart listening on socket
2014-10-21 Anatol Belskisome minor fixes
2014-10-21 Anatol Belskiadded phpdbg_eol.* sources
2014-10-21 Anatol Belskibasic EOL implementation for CRLF
2014-10-21 Anatol Belskistart sigio watcher only for run and eval for now
2014-10-21 Anatol Belskireworked the current EOL stuff
2014-10-21 Anatol Belskiprepare setting EOL with command or INI
2014-10-21 Anatol Belskicorrect place to start the sigio watcher
2014-10-21 Anatol Belskifurther improvements to windows/sigio
2014-10-21 Anatol Belskibasic sigio surrogate for windows
2014-10-20 Bob WeinandAlways show the prompt (now also: <prompt> tag)
2014-10-20 Bob WeinandFix off-by-one bug in text messages (msg/<phpdbg>)
2014-10-20 Bob WeinandAdd xml.md info for info constants
2014-10-20 Bob WeinandEnsure that %.*s uses the full string (INCLUDING \0)
2014-10-20 Bob WeinandAdd info constants (alias: i d) command
2014-10-20 Bob WeinandAdd values of scalars to info vars/globals
2014-10-20 Bob WeinandFix for ports >= 1<<15
2014-10-20 Bob WeinandFix reading from remote on some *nixes
2014-10-19 Bob WeinandFix TSRMLS_* and a few warnings
2014-10-19 Anatol Belskirevert PHP_EOL changes
2014-10-19 Anatol Belskidon't use timeout for the remote prompt, recv() will...
2014-10-19 Anatol Belskiimprove server sock creation and support ipv6
2014-10-19 Anatol Belskiadd comment
2014-10-19 Anatol Belskiincrease default recv timeout to 30 seconds
2014-10-19 Anatol Belskimore EOL fixes
2014-10-19 Anatol Belskiuse MSG_PEEK flag for recv() everywhere
2014-10-19 Anatol Belskifixed EOL transferred to the client side, fixed strftim...
2014-10-19 Anatol Belskiincrease stack to avoid overflow crash on SIGINT
next