| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-06 | Remove dead code | Jack Nagel | |
| 2013-08-06 | Enable connection timeouts when mirrors are available | Jack Nagel | |
| Closes #21623. | |||
| 2013-08-05 | Add opensuse package search | Adam Vandenberg | |
| 2013-08-05 | ENV: add usage note to ncurses_define | Adam Vandenberg | |
| 2013-08-05 | better debugging of failed formula loading | Camillo Lugaresi | |
| Closes #21680. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-08-05 | Search marcqualie/nginx | Adam Vandenberg | |
| Closes #21678. | |||
| 2013-08-05 | fix printing of unexpected bin/lib files | Adam Vandenberg | |
| 2013-08-05 | Add support for the :ssl3 download-strategy. | Tijs Zwinkels - TinkerTank | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-08-04 | superenv: document O CCCFG flag | Misty De Meo | |
| 2013-08-04 | bottles: update version regex messaging. | Mike McQuaid | |
| 2013-08-03 | bottle_versions: add ssh_copy_id bottle detection. | Mike McQuaid | |
| 2013-08-03 | bottle_versions: add perforce bottle detection. | Mike McQuaid | |
| 2013-08-03 | bottles: use dedicated version class. | Mike McQuaid | |
| 2013-08-03 | versions: remove perforce bottle detection. | Mike McQuaid | |
| 2013-08-03 | Remove ARCHFLAGS fixme from Python dependency | Adam Vandenberg | |
| This will be handled by env/superenv, not Python. | |||
| 2013-08-03 | Add comment to superenv ENV to note trailing if | Adam Vandenberg | |
| 2013-08-03 | Add homebrew-binary to search | Adam Vandenberg | |
| 2013-08-03 | brew-create: don't break when given --set-version | Ches Martin | |
| Since 9f2782812cbaf2, specifying a version breaks with: Error: undefined method `detected_from_url?' for "1.2.2":String Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-08-02 | Always load net/https before referencing related constants | Jack Nagel | |
| I put this require inside the method body, because eager-loading net/https is slow compared to the rest of Homebrew, and utils.rb is loaded for each `brew` invocation. It's probably worth breaking up global.rb a bit, to reduce the amount of code we are loading unnecessarily, but hopefully also to make inter-file dependencies a bit more obvious. Fixes #21617. | |||
| 2013-08-01 | Improve signal-to-noise ratio of `brew list --unbrewed` | Jack Nagel | |
| Closes #21573. | |||
| 2013-08-01 | Document superenv HOMEBREW_CCFG flags | Adam Vandenberg | |
| 2013-08-01 | ArchRequirement: support :intel, :ppc | Misty De Meo | |
| 2013-08-01 | fix typo | MerelyAPseudonym | |
| Closes #21601. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-07-31 | Handle mkpath of node_modules directory in keg | Jack Nagel | |
| 2013-07-31 | Increase copyright year in LICENSE to 2013 | Samuel John | |
| 2013-07-29 | superenv: fix locating non-Xcode gcc-4.2 | Misty De Meo | |
| 2013-07-28 | audit: don't complain about bottle versions. | Mike McQuaid | |
| `brew bottle` already complains and this is a niche case. References #21374. | |||
| 2013-07-28 | RbConfig::CONFIG['bindir'] is already a string | Jack Nagel | |
| 2013-07-28 | search: silence JSON decode errors | Jack Nagel | |
| Closes #21506. Closes #21508. | |||
| 2013-07-27 | Set close-on-exec on lock file descriptors | Jack Nagel | |
| The formula locks used by the installer and commands like link and unlink are backed by open files and flock(). The open file descriptors are thus leaked to any subprocesses. This can result in weird behavior in programs spawned from formula that do not expect to inherit these descriptors. Fix this by setting close-on-exec on the lock file descriptors. Fixes #21486. | |||
| 2013-07-26 | MacOS.locate: search HOMEBREW_PREFIX before xcrun | Misty De Meo | |
| Since xcrun doesn't work on CLT-only systems. Querying HOMEBREW_PREFIX first before xcrun is much faster for that case. | |||
| 2013-07-26 | Fix expansion of deps with --build-bottle | Jack Nagel | |
| 2013-07-24 | Adjust logic to properly sort erlang versions | Jack Nagel | |
| Fixes #21417. | |||
| 2013-07-23 | audit: add TODO | Adam Vandenberg | |
| 2013-07-23 | audit: use !~ instead of "not ... =~" | Jack Nagel | |
| 2013-07-23 | audit: fix dep name escaping | Jack Nagel | |
| 2013-07-22 | audit: escape dep before regexp interpolation | Jack Nagel | |
| 2013-07-22 | audit: fix indentation | Jack Nagel | |
| 2013-07-22 | audit: fix broken condition | Jack Nagel | |
| 2013-07-22 | Update comment | Jack Nagel | |
| 2013-07-22 | Handle optional build-time deps correctly | Jack Nagel | |
| 2013-07-22 | Check deps of satisfied deps | Jack Nagel | |
| 2013-07-22 | Pathname#write: don't check ARGV.force? | Jack Nagel | |
| Closes #21390. | |||
| 2013-07-22 | typo | Phil Smith | |
| Closes #21385. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-07-22 | Silence warnings | Jack Nagel | |
| 2013-07-22 | Fix python dependency hash equality | Jack Nagel | |
| eql? should not depend on the hash value as hash values of uneql objects can collide, but eql values may only collide for objects that are actually eql. Further, python dependencies are uniquely identified by the combination of the name and imports attributes, so there is no reason to involved the expensive binary computation for simple equality checks. Fixes #20840. | |||
| 2013-07-22 | Remove redundant reader method | Jack Nagel | |
| 2013-07-22 | Map pkginfo versions to actual XQuartz versions | Jack Nagel | |
| 2013-07-22 | Fall back on pkgutil when mdls cannot determine XQuartz version | Jack Nagel | |
| 2013-07-22 | Separate version detection from accessor | Jack Nagel | |
