aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | 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
|/ / /
* | | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-1/+1
* | | * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-241-1/+1
| |/ |/|
* | * process.h (PSET): Remove.Paul Eggert2012-08-171-4/+23
|/
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-26/+21
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-4/+9