Tue, 09 Nov 2010 20:36:21 +0200 |
Eli Zaretskii |
Fix revno 100152.
|
Sun, 14 Nov 2010 22:27:41 -0800 |
Dan Nicolaescu |
* src/process.c: Include <sys/ioctl.h> unconditionally,
|
Thu, 04 Nov 2010 15:54:28 -0400 |
Chong Yidong |
Backport r99752 from trunk
|
Thu, 04 Nov 2010 15:54:14 -0400 |
Chong Yidong |
Backport r99751 from trunk
|
Thu, 04 Nov 2010 15:53:28 -0400 |
Chong Yidong |
Backport r99750 from trunk
|
Mon, 01 Nov 2010 12:30:33 +0100 |
Jan D. |
Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.
|
Fri, 08 Oct 2010 12:14:47 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Thu, 30 Sep 2010 13:28:34 +0900 |
Kenichi Handa |
Complement a coding system for encoding arguments and input to a process.
|
Sun, 03 Oct 2010 07:48:21 -0700 |
Dan Nicolaescu |
* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
|
Sun, 03 Oct 2010 07:16:48 -0700 |
Dan Nicolaescu |
Remove unused code.
|
Fri, 01 Oct 2010 06:56:33 -0700 |
Dan Nicolaescu |
Do not include stdlib.h and string.h, config.h does it.
|
Fri, 01 Oct 2010 06:04:07 -0700 |
Dan Nicolaescu |
Small process.c cleanups.
|
Wed, 29 Sep 2010 14:48:29 +0200 |
Lars Magne Ingebrigtsen |
Make sure all reads/writes to gnutls streams go via the gnutls functions.
|
Mon, 27 Sep 2010 22:43:03 +0200 |
Jan D |
* process.c (wait_reading_process_output): Add missing FD_CLR
|
Mon, 27 Sep 2010 18:44:31 +0200 |
Lars Magne Ingebrigtsen |
Add gnutls logging and clean up various gnutls bits.
|
Sun, 26 Sep 2010 22:48:13 +0200 |
Jan D |
Don¸«£t give write_mask to select for W32.
|
Sun, 26 Sep 2010 22:21:29 +0200 |
Jan D |
Reinstate ifdef subprocesses.
|
Sun, 26 Sep 2010 18:20:01 +0200 |
Jan D |
Add fd handling with callbacks to select, dbus needs it for async operation.
|
Sun, 26 Sep 2010 01:06:28 -0500 |
Ted Zlatanov |
Set up GnuTLS support.
|
Sat, 25 Sep 2010 08:31:15 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in process.c and term.c.
|
Sat, 25 Sep 2010 02:32:09 +0200 |
Juanma Barranquero |
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
|
Fri, 17 Sep 2010 17:47:49 +0200 |
Lars Magne Ingebrigtsen |
* process.c (wait_reading_process_output): Don't message about
|
Sun, 22 Aug 2010 08:14:37 -0700 |
Dan Nicolaescu |
Simplify termio code.
|
Mon, 09 Aug 2010 02:35:21 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Fri, 06 Aug 2010 13:08:26 -0700 |
Dan Nicolaescu |
* src/process.c: Simplify include logic.
|
Fri, 06 Aug 2010 12:07:16 -0700 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
Fri, 06 Aug 2010 12:12:41 +0200 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
Thu, 05 Aug 2010 17:36:12 -0700 |
Dan Nicolaescu |
Cleanup process.c.
|
Mon, 26 Jul 2010 20:59:42 -0700 |
Dan Nicolaescu |
* src/process.c: Move definitions earlier to minimize #ifdefs.
|
Tue, 13 Jul 2010 13:57:00 +0300 |
Eli Zaretskii |
Remove more "#ifdef subprocesses".
|