This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
neon
Watch
1
Star
0
Fork
0
You've already forked neon
mirror of
https://github.com/neondatabase/neon.git
synced
2026-01-12 16:02:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
63dd7bce7ec97cb6442aecb74c8843d77e119f65
neon
/
proxy
/
src
History
Dmitry Ivanov
703716228e
Use
&str
instead of
String
in
BeMessage::ErrorResponse
...
There's no need in allocating string literals in the heap.
2022-01-24 18:49:05 +03:00
..
cplane_api.rs
Refactoring: use anyhow::Context's methods where possible
2022-01-19 16:33:48 +03:00
http.rs
Add proxy metrics (
#1093
)
2022-01-13 20:34:30 -05:00
main.rs
Fix description of proxy --auth-endpoint option.
2022-01-20 14:50:27 +03:00
mgmt.rs
Use
&str
instead of
String
in
BeMessage::ErrorResponse
2022-01-24 18:49:05 +03:00
proxy.rs
Use
&str
instead of
String
in
BeMessage::ErrorResponse
2022-01-24 18:49:05 +03:00
state.rs
Add proxy metrics (
#1093
)
2022-01-13 20:34:30 -05:00
waiters.rs
Refactoring: use anyhow::Context's methods where possible
2022-01-19 16:33:48 +03:00