Skip to content

Commit

Permalink
all: added "TBD" to empty paragraphs
Browse files Browse the repository at this point in the history
Mostly to let me count blank spots easier
  • Loading branch information
bagder committed Nov 26, 2015
1 parent 6785df2 commit 503af58
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bindings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# 10. Bindings

TBD

## PHP

TBD

## Perl

TBD

## Python

TBD
26 changes: 26 additions & 0 deletions building.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,52 @@ for your environment, or you need to build it yourself from source.

## Installing from your package repository

TBD

### apt-get

TBD

### yum

TBD

### homebrew

TBD

## Linux and unixlike systems

TBD

### autotools

TBD

### cmake

TBD

## Windows

TBD

### make

TBD

### cmake

TBD

### other compilers

TBD

## Other systems

TBD

## Porting curl to non-supported systems

TBD
9 changes: 9 additions & 0 deletions cmdline.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,20 @@ invokes.

## URL Globbing

TBD

## List all options

TBD

## Config file

TBD

## Passwords and snooping

TBD

## The progress meter

TBD
18 changes: 18 additions & 0 deletions curlexamples.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
# curl examples

TBD

## Fetch many variations on a URL

TBD

## Follow redirects automatically

TBD

## Impersonating a specific web browser

TBD

## Issuing a web search

TBD

## Tell the server where you didn't come from

TBD

## Maintain state with cookies

TBD

## Login to a web service with POST

TBD

## Upload a file as with a HTML form

TBD
20 changes: 20 additions & 0 deletions libcurl.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,39 @@
# 9. Using libcurl

TBD

## curl --libcurl

TBD

## Easy API

TBD

### Easy examples

TBD

## Multi API

TBD

### Multi examples

TBD

## multi_socket API

TBD

### multi_socket examples

TBD

## Common mistakes

TBD

## When things don't run the way you thought they would

TBD
20 changes: 20 additions & 0 deletions sourcecode.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,20 +305,40 @@ Handy scripts.

## Handling different build options

TBD

## Style and code requirements

TBD

## Contributing

TBD

### What to add

TBD

### What not to add

TBD

## git

TBD

### git commit style

TBD

## About adhering to standards and who's right

TBD

## Web site source code

TBD

### Building the web

TBD
44 changes: 44 additions & 0 deletions usingcurl.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,87 @@
# 7. Using curl

TBD

## .netrc

TBD

## Proxies

TBD

### HTTP

TBD

### SOCKS

TBD

### Proxy authentication

TBD

## The supported protocols

TBD

## Persistent connections

TBD

## HTTP

TBD

### Protocol basics

TBD

### POST

TBD

### PUT

TBD

### HTTP/2

TBD

### HTTP authentication

TBD

### Scripting browser-like tasks

TBD

### Cheat sheet

TBD

## FTP

TBD

## TLS usage

TBD

### Verifying server certificates

TBD

### Client certificates

TBD

## Other protocols

TBD

## When things don't run the way you thought they would

TBD

0 comments on commit 503af58

Please sign in to comment.