| Commit message (Expand) | Author | Files | Lines |
| 2013-10-16 | Make some functions static in non-Microsoft builds. | Paul Eggert | 1 | -1/+4 |
| 2013-10-16 | * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func. | Paul Eggert | 1 | -0/+2 |
| 2013-10-16 | Implement network-interface-* functions for MS-Windows (bug #15610). | Eli Zaretskii | 1 | -0/+4 |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert | 1 | -5/+2 |
| 2013-08-23 | Don't let very long directory names overrun the stack. | Paul Eggert | 1 | -0/+1 |
| 2013-08-12 | Fix some fd issues when running subprocesses. | Paul Eggert | 1 | -2/+13 |
| 2013-07-09 | Handle errno and exit status a bit more carefully. | Paul Eggert | 1 | -0/+8 |
| 2013-06-27 | Do not tickle glib SIGCHLD handling if Cygwin. | Paul Eggert | 1 | -0/+2 |
| 2013-06-23 | Try to avoid malloc SEGVs on Cygwin. | Paul Eggert | 1 | -0/+2 |
| 2013-06-22 | Clean up SIGCHLD handling a bit. | Paul Eggert | 1 | -2/+0 |
| 2013-06-03 | Fix minor problems found by static checking. | Paul Eggert | 1 | -0/+2 |
| 2013-06-02 | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 1 | -0/+1 |
| 2013-03-07 | print.c, process.c: Use bool for booleans. | Paul Eggert | 1 | -4/+4 |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert | 1 | -1/+1 |
| 2012-12-05 | Fix a recently-introduced delete-process race condition. | Paul Eggert | 1 | -0/+6 |
| 2012-12-03 | Don't let call-process be a zombie factory. | Paul Eggert | 1 | -17/+0 |
| 2012-11-24 | Revert recent change for Bug#8855. | Paul Eggert | 1 | -3/+0 |
| 2012-11-23 | Fix a race condition with glib (Bug#8855). | Paul Eggert | 1 | -0/+3 |
| 2012-11-03 | Fix a race condition that causes Emacs to mess up glib. | Paul Eggert | 1 | -0/+3 |
| 2012-08-27 | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 1 | -1/+1 |
| 2012-08-24 | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert | 1 | -1/+1 |
| 2012-08-17 | * process.h (PSET): Remove. | Paul Eggert | 1 | -4/+23 |
| 2012-08-15 | process changes | Tom Tromey | 1 | -0/+5 |
| 2012-08-07 | Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process. | Dmitry Antipov | 1 | -26/+21 |
| 2012-08-06 | Separate read and write access to Lisp_Object slots of Lisp_Process. | Dmitry Antipov | 1 | -4/+9 |
| 2012-08-01 | Use INTERNAL_FIELD for processes. | Dmitry Antipov | 1 | -21/+40 |
| 2012-07-31 | * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src. | Glenn Morris | 1 | -6/+0 |
| 2012-06-22 | Support higher-resolution time stamps. | Paul Eggert | 1 | -2/+2 |
| 2012-06-17 | Ensure correct ordering of process writes. | Troels Nielsen | 1 | -0/+2 |
| 2012-04-21 | * process.h (struct Lisp_Process): Members tick and update_tick | Paul Eggert | 1 | -2/+2 |
| 2012-04-09 | Limit number of GnuTLS handshakes per connection. | Ted Zlatanov | 1 | -0/+1 |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-07-17 | * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ | Stefan Monnier | 1 | -1/+1 |
| 2011-05-09 | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 1 | -3/+3 |
| 2011-04-25 | * lisp.h: Say "vectorlike header" rather than "vector header. | Paul Eggert | 1 | -1/+1 |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 1 | -3/+3 |
| 2011-04-13 | * process.c: Make symbols static if they're not exported. | Paul Eggert | 1 | -6/+0 |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 1 | -2/+1 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -2/+1 |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris | 1 | -2/+0 |
| 2011-01-09 | Include <unistd.h> unilaterally. | Paul Eggert | 1 | -2/+1 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-11-01 | Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts. | Jan Djärv | 1 | -0/+4 |
| 2010-09-29 | Make sure all reads/writes to gnutls streams go via the gnutls functions. | Lars Magne Ingebrigtsen | 1 | -0/+1 |
| 2010-09-27 | Add gnutls logging and clean up various gnutls bits. | Lars Magne Ingebrigtsen | 1 | -2/+3 |
| 2010-09-26 | Add fd handling with callbacks to select, dbus needs it for async operation. | Jan D | 1 | -0/+7 |
| 2010-09-26 | Set up GnuTLS support. | Ted Zlatanov | 1 | -0/+15 |
| 2010-08-11 | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 1 | -1/+1 |
| 2010-08-06 | Move declarations to header files. | Dan Nicolaescu | 1 | -0/+3 |