aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/socket.c
AgeCommit message (Expand)Author
2023-09-26Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-05-08Fix compile error on TARGET_ANDROIDArne Schwabe
2023-03-24Don't overwrite socket flags when using DCO on WindowsLev Stipakov
2023-03-13dco: don't use NetLink to exchange control packetsAntonio Quartulli
2023-02-20Exit if a proper message instead of segfault on Android without managementArne Schwabe
2023-02-10Get rid of unused 'bool tuntap_buffer' arguments.Gert Doering
2023-01-10Update copyright year to 2023Frank Lichtenheld
2023-01-08Assign and honour signal priority orderSelva Nair
2023-01-05Refactor signal handling in openvpn_getaddrinfoSelva Nair
2023-01-05Preparing for better signal handling: some code refactoringSelva Nair
2022-12-27bandaid fix for TCP multipoint server crash with Linux-DCOGert Doering
2022-12-25Move dco_installed back to link_socket from link_socket.info.actualArne Schwabe
2022-11-24Move dco_installed from sock->info to sock->info.lsa.actualArne Schwabe
2022-09-20dco-win: support for --persist-tunLev Stipakov
2022-08-25dco-win: implement ovpn-dco support in P2P Windows code pathAntonio Quartulli
2022-07-25Fix error message about extended errors for IPv4-only sockets.Gert Doering
2022-05-22Reformat for sp_after_comma=addFrank Lichtenheld
2022-03-29add support for --dns optionHeiko Hund
2022-02-13Remove frame.extra_frame and frame.extra_bufferArne Schwabe
2022-02-13Add mtu paramter to --fragment and change fragment calculationArne Schwabe
2022-02-02Fix datagram_overhead and assorted functionsArne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
2022-01-21tun: remove tun_finalize()Lev Stipakov
2021-12-14Remove align_adjust frame codeArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2021-05-14Remove getpeername, getpid checkArne Schwabe
2021-05-03Remove support for blocking connect()Arne Schwabe
2021-05-03Remove a number of platform specific checks in configure.acArne Schwabe
2021-04-22Fix a number of mingw warningsArne Schwabe
2021-04-07Remove check for socket functions and Win XP compatbility codeArne Schwabe
2021-04-02Remove do_init_socket_2 and do_init_socket_1 wrapper functionArne Schwabe
2021-04-01Move is_proto function to the socket.h headerArne Schwabe
2021-03-25Fix socket related functions using int instead of socket_descriptor_tArne Schwabe
2021-03-19Fix multiple problems when compiling with LLVM/Windows (clang-cl)Arne Schwabe
2021-01-30Remove inetd support from OpenVPNArne Schwabe
2020-10-04Speedup TCP remote hosts connectionsVladislav Grishenko
2020-10-02Selectively reformat too long linesVladislav Grishenko
2020-09-09Fix error detection / abort in --inetd corner case.Gert Doering
2020-08-10Remove buf argument from link_socket_set_outgoing_addrArne Schwabe
2020-06-29Add --bind-dev option.Maximilian Wilhelm
2020-02-20argv: do fewer memory re-allocationsHeiko Hund
2019-08-16Increase listen() backlog queue to 32Gert Doering
2019-02-06Fix various spelling mistakesJonathan Tooker
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-10-16ifconfig-ipv6(-push): allow using hostnamesAntonio Quartulli
2018-07-13socket: make stream_buf_* functions staticAntonio Quartulli
2018-07-12Move execve/run_script helper functions to run_command.cSteffan Karger
2018-02-22Fix format spec errors in Windows buildsSelva Nair
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-09-21tcp-server: ensure AF family is propagated to child contextAntonio Quartulli