aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixup! Implement hostname->ip lookup functionRobert Pluim2019-08-073-41/+25
* Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-171-1/+1
* Refactor getaddrinfo usageRobert Pluim2018-07-171-34/+50
* Implement hostname->ip lookup functionRobert Pluim2018-07-163-24/+102
* Full certificate chain details for NSMJimmy Yuen Ho Wong2018-07-141-2/+92
* Revamp Network Security manager checks for TLSJimmy Yuen Ho Wong2018-07-141-0/+96
* Avoid infloop in redisplay due to faulty mode-line propertiesJonathan Kyle Mitchell2018-07-141-2/+22
* Merge from origin/emacs-26Glenn Morris2018-07-133-8/+9
|\
| * Fix format error in Faccept_process_outputMichael Albinus2018-07-131-6/+5
| * Lessen stack consumption in recursive read1Paul Eggert2018-07-121-1/+1
| * Fix previous make-network-process changeNoam Postavsky2018-07-121-1/+1
| * Provide feature 'threadsMichael Albinus2018-07-121-0/+2
* | Merge from emacs-26Noam Postavsky2018-07-091-15/+11
|\ \ | |/
| * Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky2018-07-091-15/+11
* | Merge from emacs-26Noam Postavsky2018-07-091-2/+4
|\ \ | |/
| * Fix bootstrap infloop in GNU/Linux alphaPaul Eggert2018-07-081-2/+4
* | Minor improvements in recent NSM documentation changesEli Zaretskii2018-07-081-1/+1
* | NSM-related doc fixesLars Ingebrigtsen2018-07-081-2/+10
* | Merge from origin/emacs-26Glenn Morris2018-07-072-9/+14
|\ \ | |/
| * Fix bug #11732Eli Zaretskii2018-07-071-7/+7
| * Speed up 'replace-buffer-contents' some moreEli Zaretskii2018-07-031-2/+7
* | Keep interactive uses of 'recenter' backward compatible (Bug#31325)John Shahid2018-07-071-2/+2
* | Fix recent change in window.cEli Zaretskii2018-07-071-3/+8
* | Fix scrollingBasil L. Contovounesios2018-07-061-1/+1
* | Fix typo in --with-x-toolkit=no codePaul Eggert2018-07-031-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-07-026-39/+116
|\ \ | |/
| * Document internal use of 'above-suspended' z-group frame parameterMartin Rudalics2018-07-012-1/+25
| * Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)Gemini Lasswell2018-06-301-2/+6
| * Improve on last change in replace-buffer-contentsEli Zaretskii2018-06-301-3/+16
| * * src/lisp.h: Omit obsolete comment re bytecode stack.Paul Eggert2018-06-291-10/+8
| * Speed up replace-buffer-contentsEli Zaretskii2018-06-291-25/+58
| * Avoid compiler warning using coding.hEli Zaretskii2018-06-271-0/+4
* | Merge from origin/emacs-26Glenn Morris2018-07-021-2/+4
|\ \ | |/
| * * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975)Martin Rudalics2018-06-271-2/+4
| * Revert previous patch; comment was OK after all.Paul Eggert2018-06-241-2/+2
| * Fix lead comment for count_trailing_zero_bitsPaul Eggert2018-06-241-2/+2
* | Fix last changeEli Zaretskii2018-07-011-1/+1
* | Add a new argument to 'recenter' to allow finer control of redisplayJohn Shahid2018-07-011-9/+11
* | Speed up reading sub-process output on MS-WindowsEli Zaretskii2018-06-302-13/+17
* | Speed-up let-binding of automatically-local variablesEli Zaretskii2018-06-301-4/+14
* | unbind_to performance tuningPaul Eggert2018-06-2915-56/+39
* | * src/lisp.h: Add comment (Bug#31996#25).Paul Eggert2018-06-291-0/+2
* | Fix recently-introduced SAFE_FREE bugPaul Eggert2018-06-281-5/+11
* | Tune SAFE_FREEPaul Eggert2018-06-2813-44/+51
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-253-9/+16
* | Clean up redundant code from previous checkinsLars Ingebrigtsen2018-06-251-1/+0
* | Don't use XCAR in possibly-nil situationsLars Ingebrigtsen2018-06-251-1/+1
* | Tweak previous gnutls change for efficiencyLars Ingebrigtsen2018-06-241-6/+4
* | Return the entire TLS certificate chain back to the callerLars Ingebrigtsen2018-06-242-34/+77
* | Merge from origin/emacs-26Glenn Morris2018-06-231-8/+22
|\ \ | |/