summaryrefslogtreecommitdiff
path: root/pkg/api/server/server.go
Commit message (Expand)AuthorAge
* Refacter API server emphasis on loggingJhon Honce2021-09-10
* Remove ReadHeaderTimeoutMatej Vasek2021-07-29
* Add CORS supportBoaz Shuster2021-06-04
* Downgrade API service routing table loggingJhon Honce2021-05-20
* bump go module to v3Valentin Rothberg2021-02-22
* Implement SecretsAshley Cui2021-02-09
* Ensure shutdown handler access is syncronizedMatthew Heon2021-01-25
* SpellingJosh Soref2020-12-22
* Make podman service log eventsJhon Honce2020-11-19
* Enforce LIFO ordering for shutdown handlersMatthew Heon2020-10-13
* Enable masking stop signals within container creationMatthew Heon2020-10-12
* Add a shutdown handler packageMatthew Heon2020-10-12
* Fixes remote attach and exec to signal IdleTrackerJhon Honce2020-10-05
* Refactor IdleTracker to handle StateIdle transitionsJhon Honce2020-09-29
* podman.service: use sdnotiyValentin Rothberg2020-08-13
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Fix: Correct connection counters for hijacked connectionsKorhonen Sami (Samlink)2020-07-09
* Remove hijacked connections from active connections listKorhonen Sami (Samlink)2020-07-09
* move go module to v2Valentin Rothberg2020-07-06
* Ensure umask is set appropriately for 'system service'Matthew Heon2020-06-26
* Fixup issues found by golintDaniel J Walsh2020-06-10
* v2 copy endpointsBrent Baude2020-05-26
* Add MethodNotAllowedHandler() to add in debuggingJhon Honce2020-05-22
* enable podman v2 networking for remote clientBrent Baude2020-05-12
* add {generate,play} kubeValentin Rothberg2020-05-06
* Instrumentation to answer #5765Jhon Honce2020-04-22
* V2 Fix support for tcp://[::]<port> connectionsJhon Honce2020-04-17
* Refactor service idle supportJhon Honce2020-04-13
* V2 podman system serviceJhon Honce2020-04-07
* Merge pull request #5540 from jwhonce/issues/5531OpenShift Merge Robot2020-03-18
|\
| * Reduce CPU usage when --timeout=0Jhon Honce2020-03-18
* | serve swagger when presentBrent Baude2020-03-18
|/
* apiv2 addition of manifestsBrent Baude2020-03-16
* update systemd & dbus dependenciesValentin Rothberg2020-03-10
* Remove 1 sec delayJhon Honce2020-02-25
* Fix handler and systemd activation errorsJhon Honce2020-02-17
* Merge pull request #5074 from jwhonce/wip/swagger_endpointOpenShift Merge Robot2020-02-14
|\
| * Add /swagger/ endpoint to serve swagger yaml to clientsJhon Honce2020-02-04
* | apiv2 stream eventsBrent Baude2020-02-11
|/
* [CI:DOCS]add apiv2 endpoints for execBrent Baude2020-02-03
* fix longname handling for bindingsBrent Baude2020-01-31
* Add query parameter converters for complex typesJhon Honce2020-01-23
* Enable swagger validation for each PRJhon Honce2020-01-22
* Merge pull request #4912 from jwhonce/wip/swaggerOpenShift Merge Robot2020-01-22
|\
| * Update build imagesJhon Honce2020-01-21
* | Add service endpointbaude2020-01-21
|/
* [CI:DOCS] Add logo and dev statementBrent Baude2020-01-20
* make binaries: include serviceValentin Rothberg2020-01-16
* service: don't block sigtermValentin Rothberg2020-01-16
* Initial commit on compatible APIJhon Honce2020-01-10