History log of /dovecot/src/doveadm/client-connection-private.h
Revision Date Author Comments Expand
6fc40674e5a33787ae7fcd47a77a77ea20977994 28-Oct-2017 Aki Tuomi <aki.tuomi@dovecot.fi>

global: Rename client_connection_type to doveadm_connection_type

2ba5e7dcc2a280904fe8a7af12c63f65bd5bee10 28-Oct-2017 Aki Tuomi <aki.tuomi@dovecot.fi>

doveadm: Rename client_connection_type to doveadm_client_connection_type Move it to doveadm.h to allow plugins use doveadm-cmd.h

80a225c0b1f4bf322a562cc7c21d5891fb6895ee 24-Oct-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

doveadm-server: Restructured client-connection code so that TCP and HTTP connection types are properly separated.

4e08875e53e96c8af3bfcb7c4aaa9c3a132101f8 24-Oct-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

doveadm-server: Moved common client code back from client-connection-tcp.c to client-connection.c.

1b58508a918279d773ef32518f5d5d933023c252 24-Oct-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

doveadm: Changed command contexts to contain the input, output, and connection type values directly. Before, it used a direct pointer to the connection. It used also flags to indicate the connection type, which is now consolidated in the connection type enum.

57c65763f4195f1c87af083ee3424939ad38dc03 06-Sep-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

doveadm-server: http: Fixed crash occurring when disconnecting a client at server deinit.

5e327e031d1591f8bff17b67eba7139afbd36cdd 20-Oct-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

doveadm-server: Show incoming connection's IP and running command is process title.

1e11a94ec50fc9b57eb2c859771c6a326ccaf86f 19-Feb-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

doveadm: Implement HTTP server API, slightly based on JMAP API