summaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-22Import "glob" and "getcwd" modules from gnulibSergio Durigan Junior
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17[C++/mingw] ser-tcp.c castsPedro Alves
2015-10-13More char constificationPedro Alves
2015-08-24Prepare for gnulib updatePedro Alves
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev
2015-03-09Revert union gdb_sockaddr_uPedro Alves
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-19don't allocate serial_opsTom Tromey
2013-12-19make serial_ops constTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-04-22 PR gdb/7912:Tom Tromey
2013-04-19Make GDB -Wpointer-sign clean on MinGW too.Pedro Alves
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves
2013-03-26ser-tcp.c: Small signed->unsigned cleanup.Pedro Alves
2013-03-07ser-tcp.c:tcp_retry_limit: Change type to unsigned int.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-282011-10-28 Alen Skondro <askondro@gmail.com>Pedro Alves
2011-03-04 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.Ulrich Weigand
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-05-262010-05-26 Ozkan Sezer <sezeroz@gmail.com>Ozkan Sezer
2010-05-162010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-01-062009-01-06 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-09-032008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>Michael Snyder
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2006-02-10 * NEWS: Mention native Windows support.Daniel Jacobowitz
2005-12-17 * breakpoint.c:Eli Zaretskii
2005-07-24 * ser-tcp.c (close): Define as a function-like macro on MinGW.Mark Mitchell
2005-06-13* ser-tcp.c: Tewak comment.Mark Kettenis
2005-05-262005-05-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney
2005-04-21 * configure.ac: On MinGW, define USE_WIN32API and link withMark Mitchell
2005-03-25 * ser-base.c (ser_unix_write): Rename to ...Mark Mitchell