Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
creationix
/
couch-client
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
99
Code
Issues
15
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 5, 2011
Merge pull request #30 from sgentle/master
Show description for ac20108
creationix
committed
ac20108
View commit details
Copy full SHA for ac20108
Browse repository at this point
added port to host header
sgentle
committed
77659a6
View commit details
Copy full SHA for 77659a6
Browse repository at this point
Commits on Mar 10, 2011
Handle JSON parse errors with callback
nick
committed
1835023
View commit details
Copy full SHA for 1835023
Browse repository at this point
Commits on Mar 2, 2011
Fix package.json to work with new npm
Tim Caswell
committed
bfb4012
View commit details
Copy full SHA for bfb4012
Browse repository at this point
Update readme, package. Allow basic auth over http.
candland
committed
91e6a90
View commit details
Copy full SHA for 91e6a90
Browse repository at this point
Commits on Feb 25, 2011
Adding test coverage for basic-auth
steelThread
committed
7b1484c
View commit details
Copy full SHA for 7b1484c
Browse repository at this point
Commits on Feb 24, 2011
Added basicTests.js to test CRUD ops and different URL configurations.
candland
committed
560567b
View commit details
Copy full SHA for 560567b
Browse repository at this point
Merge branch 'basic-auth' of https://github.com/steelThread/couch-client into steelThread
candland
committed
2debbc7
View commit details
Copy full SHA for 2debbc7
Browse repository at this point
Commits on Jan 26, 2011
tabs -> spaces
steelThread
committed
0b47dc7
View commit details
Copy full SHA for 0b47dc7
Browse repository at this point
fixed bug with host header refering to uri.host results in host not found issues. Adding authorization header for basic auth when communicating over a secure channel. Also using the new node (v0.…
Show description for 90a0411
steelThread
committed
90a0411
View commit details
Copy full SHA for 90a0411
Browse repository at this point
Commits on Jan 11, 2011
bugfix: view with "keys" parameter is POSTed
dready92
committed
2a4c2d5
View commit details
Copy full SHA for 2a4c2d5
Browse repository at this point
allow view method with first argument being "designdocname"/"viewname" : eg Users.view("design_name/usernames",{},function(){});
dready92
committed
44296ec
View commit details
Copy full SHA for 44296ec
Browse repository at this point
Commits on Dec 22, 2010
Node v0.3.0 compatibility fix
devioustree
authored and
Tim Caswell
committed
81fef48
View commit details
Copy full SHA for 81fef48
Browse repository at this point
Commits on Dec 6, 2010
Clean up code a little bit
Show description for f7a109b
Tim Caswell
committed
f7a109b
View commit details
Copy full SHA for f7a109b
Browse repository at this point
Merge branch 'master' of https://github.com/flashingpumpkin/couch-client
Tim Caswell
committed
17e0351
View commit details
Copy full SHA for 17e0351
Browse repository at this point
Removed underscore dependency. Moved uri away from .attrs.
Show description for e4218dd
flashingpumpkin
committed
e4218dd
View commit details
Copy full SHA for e4218dd
Browse repository at this point
Commits on Dec 1, 2010
Added the licence
flashingpumpkin
authored and
Tim Caswell
committed
ff77a0d
View commit details
Copy full SHA for ff77a0d
Browse repository at this point
Added the licence
flashingpumpkin
committed
7408958
View commit details
Copy full SHA for 7408958
Browse repository at this point
Commits on Nov 25, 2010
Updated doc
devioustree
committed
343d57c
View commit details
Copy full SHA for 343d57c
Browse repository at this point
No longer required to pass in an object
devioustree
committed
7d32c94
View commit details
Copy full SHA for 7d32c94
Browse repository at this point
Bumped version number
devioustree
committed
4345a91
View commit details
Copy full SHA for 4345a91
Browse repository at this point
Added a 'view' method to make calling arbitrary views easier
devioustree
committed
f02e589
View commit details
Copy full SHA for f02e589
Browse repository at this point
Commits on Nov 22, 2010
Exposing some information about which database we are connected to
flashingpumpkin
committed
3d1cf86
View commit details
Copy full SHA for 3d1cf86
Browse repository at this point
Commits on Aug 27, 2010
Add NPM Package
creationix
committed
1809cb1
View commit details
Copy full SHA for 1809cb1
Browse repository at this point
Improve the performance and reliability under extreme load.
Show description for 56d085e
creationix
committed
56d085e
View commit details
Copy full SHA for 56d085e
Browse repository at this point
Improve the connection pooling and write combining.
creationix
committed
46fcb8f
View commit details
Copy full SHA for 46fcb8f
Browse repository at this point
Commits on Aug 26, 2010
Put a proper ENOENT errno on the exception.
Show description for a728198
creationix
committed
a728198
View commit details
Copy full SHA for a728198
Browse repository at this point
Fix a logic error in the connection pool.
creationix
committed
4641ab0
View commit details
Copy full SHA for 4641ab0
Browse repository at this point
Commits on Aug 25, 2010
Implement a changes feed and connection pooling.
Show description for 539149f
creationix
committed
539149f
View commit details
Copy full SHA for 539149f
Browse repository at this point
Initial commit.
creationix
committed
6fff135
View commit details
Copy full SHA for 6fff135
Browse repository at this point
You can’t perform that action at this time.