Details
Details
Description
Apr 30 2023
Apr 30 2023
dereckson moved T1835: Publish dev documentation from Backlog to Deploy scripts on the Alkane board.
dereckson added a comment to T1835: Publish dev documentation.
Documentation preview: https://docs.nasqueron.org/rabbitmq-tcl/
Mar 17 2023
Mar 17 2023
dereckson edited Description on rabbitmq-tcl.
Apr 28 2017
Apr 28 2017
dereckson updated the task description for T1198: `mq bindqueue quux quux` crashes the interpreter.
dereckson lowered the priority of T1198: `mq bindqueue quux quux` crashes the interpreter from Unbreak Now! to Needs Triage.
Feb 12 2017
Feb 12 2017
dereckson moved T1006: Free correctly the memory for variables passed to the TCL interpreter from Next to Backlog on the User-Dereckson board.
Jan 12 2017
Jan 12 2017
dereckson moved T977: Wearg crashes on `sqlrehash` command from Backlog to Bugs on the Dæghrefn board.
Dec 13 2016
Dec 13 2016
dereckson closed T1057: Add clang-format-linter to Arcanist image as Resolved by committing rDARCc7871b83360f: Add clang-format-linter support.
dereckson added a revision to T1057: Add clang-format-linter to Arcanist image: D745: Add clang-format-linter support.
dereckson placed T1006: Free correctly the memory for variables passed to the TCL interpreter up for grabs.
Dec 12 2016
Dec 12 2016
dereckson moved T1006: Free correctly the memory for variables passed to the TCL interpreter from Backlog to Next on the User-Dereckson board.
Nov 6 2016
Nov 6 2016
dereckson renamed T977: Wearg crashes on `sqlrehash` command from Wearg crash on `sqlrehash` command to Wearg crashes on `sqlrehash` command.
Sep 9 2016
Sep 9 2016
dereckson updated the task description for T1010: Conditional jump or move depends on uninitialised value(s) in mq_connect.
dereckson updated the task description for T1010: Conditional jump or move depends on uninitialised value(s) in mq_connect.
dereckson updated the task description for T1010: Conditional jump or move depends on uninitialised value(s) in mq_connect.
dereckson renamed T1010: Conditional jump or move depends on uninitialised value(s) in mq_connect from Conditional jump or move depends on uninitialised value(s) in amqp_login to Conditional jump or move depends on uninitialised value(s) in mq_connect.
dereckson updated the task description for T1010: Conditional jump or move depends on uninitialised value(s) in mq_connect.
dereckson moved T1006: Free correctly the memory for variables passed to the TCL interpreter from Backlog to Memory bugs on the rabbitmq-tcl board.
dereckson moved T977: Wearg crashes on `sqlrehash` command from Backlog to Memory bugs on the rabbitmq-tcl board.
Sep 4 2016
Sep 4 2016
xcombelle added a comment to T1006: Free correctly the memory for variables passed to the TCL interpreter.
If I understand well, to require Tcl to do the copy, and so be free to allocate where we want the string (also in the stack), we should pass it as TCL_VOLATILE. TCL_DYNAMIC is intended to create a modifiable variable, but the allocation should saty
dereckson updated the task description for T1006: Free correctly the memory for variables passed to the TCL interpreter.
xcombelle added a comment to T1006: Free correctly the memory for variables passed to the TCL interpreter.
According to this answer on stack overflow http://stackoverflow.com/a/867996/128629
Sep 3 2016
Sep 3 2016
dereckson added a comment to T1006: Free correctly the memory for variables passed to the TCL interpreter.
[ High priority as that's have a slight but very annoying for stability impact on code using the library as a long term runtime lifecycle. This doesn't really affect scripts connecting once, getting message, disconencting. ]
Aug 13 2016
Aug 13 2016
dereckson updated the task description for T977: Wearg crashes on `sqlrehash` command.
Jul 15 2016
Jul 15 2016
dereckson updated the task description for T621: TCL extension to implement AMQP without blocking the thread.
Dec 27 2015
Dec 27 2015
Dec 21 2015
Dec 21 2015
dereckson moved T627: Avoid to catch the SIGCHLD signal triggered every five minutes from Backlog to Need a volunteer on the Message queues board.
Dec 20 2015
Dec 20 2015
dereckson updated the task description for T628: exceptions4c: don't intercept SIGCHLD.
dereckson moved T628: exceptions4c: don't intercept SIGCHLD from Backlog to Dev on the good-first-issue board.
Dec 19 2015
Dec 19 2015
Dec 12 2015
Dec 12 2015
dereckson moved T621: TCL extension to implement AMQP without blocking the thread from Backlog to Working on on the Dæghrefn board.
dereckson added a comment to T621: TCL extension to implement AMQP without blocking the thread.
Working repository: https://github.com/dereckson/rabbitmq-tcl
dereckson created rabbitmq-tcl.