| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
or spawning functions. Remove the SIGCHLD handling as that is no
longer required to stop zombie processes.
|
|
|
|
| |
OK marco
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
push.
Make the set_ssl_ca_file pointer logic not suck.
'M' isn't a valid key modifier, use 'M1' in the manpage.
Add a function to escape an html string and use this for displaying
settings. Now things like <file> and <uri> are not interpreted as
html tags.
Kill a system() when running a custom uri script. Tildes are now also
expanded instead of being interpreted by the no-longer-being-called
system shell.
Plug a leak
Replace the system() call for external_editor with an execvp and while
here, kill a dangerous sprintf.
Remove an unused variable
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Make buffer size 64k instead of 1k to minimize churn. Also move a
variable to where $DEITY intended it.
|
| |
|
| |
|
|
|
|
|
|
|
| |
if this is uncommented, we get a bogus status that tells us to unlink the
file the instant system() is inplay in the child. So it is a race with
this uncommented. Adding a "sleep 1" in a script to call the editor makes
this 100% reproducable. With this fix externaleditor works great for me
|
| |
|
|
|