aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try other addresses when connecting to multihomedPaul Eggert2016-06-261-1/+3
* Fix XFASTINT of non-fixnum in process statusPaul Eggert2016-06-091-1/+2
* Don’t use only last protocol from getaddrinfoPaul Eggert2016-05-231-2/+0
* Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Allow making TLS negotiation blockingLars Magne Ingebrigtsen2016-03-051-0/+1
* | Integer overflow cleanups for ports and socklenPaul Eggert2016-02-251-1/+1
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-1/+1
* | Always boot TLS if given parametersLars Ingebrigtsen2016-02-011-1/+1
* | Fix GC problem in async TLS connectionLars Ingebrigtsen2016-02-011-1/+1
* | Further TLS async workLars Ingebrigtsen2016-02-011-0/+6
* | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-1/+1
* | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-0/+1
* | Avoid memory leaks in async DNSLars Ingebrigtsen2016-01-301-1/+1
* | Implement asynchronous name resolutionLars Ingebrigtsen2016-01-301-0/+12
* | Refactor make_network_processLars Ingebrigtsen2016-01-281-0/+6
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+5
* * src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier2015-09-081-10/+10
* Add facility to collect stderr of async subprocessDaiki Ueno2015-04-111-0/+3
* remove_slash_colon need not be inlinePaul Eggert2015-01-141-12/+1
* Consolidate common path transformation code.Dmitry Antipov2015-01-141-0/+13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-9/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Add functions to gnutls.c for exporting certificate detailsLars Magne Ingebrigtsen2014-11-231-0/+3
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-4/+0
* Port signal-handling to DragonFly BSD.Paul Eggert2014-06-011-2/+0
* Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-9/+9
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-1/+4
* * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func.Paul Eggert2013-10-161-0/+2
* Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-161-0/+4
* A simpler, centralized INLINE.Paul Eggert2013-09-201-5/+2
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-231-0/+1
* Fix some fd issues when running subprocesses.Paul Eggert2013-08-121-2/+13
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-0/+8
* Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-271-0/+2
* Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-231-0/+2
* Clean up SIGCHLD handling a bit.Paul Eggert2013-06-221-2/+0
* Fix minor problems found by static checking.Paul Eggert2013-06-031-0/+2
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-0/+1
* print.c, process.c: Use bool for booleans.Paul Eggert2013-03-071-4/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * Revert recent change for Bug#8855.Paul Eggert2012-11-241-3/+0
| * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-231-0/+3
* | Fix a recently-introduced delete-process race condition.Paul Eggert2012-12-051-0/+6
* | Don't let call-process be a zombie factory.Paul Eggert2012-12-031-17/+0
* | Fix a race condition that causes Emacs to mess up glib.Paul Eggert2012-11-031-0/+3
|/